Fields Summary |
---|
public static final String | VERSIONThe version of the protocol. |
public static final String | DATA_CHANNELThe data channel banding. |
public static final String | DATA_ENCODINGThe data channel encoding. |
public static final String | CIR_CHANNELThe CIR channel banding. |
public static final String | BACKUP_CIR_CHANNELThe backup CIR channel used when the application is in background. |
public static final String | HOSTThe host of the IMPS server. |
public static final String | SMS_ADDRThe address for SMS binding. |
public static final String | SMS_PORTThe port number for SMS binding. |
public static final String | SMS_CIR_ADDRThe address for the SMS CIR channel. |
public static final String | SMS_CIR_PORTThe port number for SMS CIR channel. |
public static final String | CLIENT_IDThe client ID. |
public static final String | MSISDNThe MSISDN of the client. |
public static final String | SECURE_LOGINDetermines whether 4-way login is to be used. |
public static final String | SMS_AUTHDetermines whether to send authentication through sms or not. |
public static final String | BASIC_PA_ONLYDetermines whether only the basic presence will be fetched from the server. |
public static final String | POLL_PRESENCEDetermines whether to poll presence from the server or use subscribe/notify
method. |
public static final String | PRESENCE_POLLING_INTERVALThe presence polling interval in milliseconds. Only valid when
{@link #POLL_PRESENCE} is set to true. |
public static final String | CUSTOM_PRESENCE_MAPPINGThe full name of the custom presence mapping is to be used. If not set,
the default one will be used. |
public static final String | CUSTOM_PASSWORD_DIGESTThe full name of the custom password digest method is to be used. If not
set, the default one will be used. |
public static final String | SUPPORT_USER_DEFINED_PRESENCEDetermines whether the provider support user-defined presence text. |