FileDocCategorySizeDatePackage
ImpsConfigNames.javaAPI DocAndroid 1.5 API3732Wed May 06 22:42:46 BST 2009com.android.im.plugin

ImpsConfigNames

public interface ImpsConfigNames implements ImConfigNames
Defines the configuration names for IMPS engine.

Fields Summary
public static final String
VERSION
The version of the protocol.
public static final String
DATA_CHANNEL
The data channel banding.
public static final String
DATA_ENCODING
The data channel encoding.
public static final String
CIR_CHANNEL
The CIR channel banding.
public static final String
BACKUP_CIR_CHANNEL
The backup CIR channel used when the application is in background.
public static final String
HOST
The host of the IMPS server.
public static final String
SMS_ADDR
The address for SMS binding.
public static final String
SMS_PORT
The port number for SMS binding.
public static final String
SMS_CIR_ADDR
The address for the SMS CIR channel.
public static final String
SMS_CIR_PORT
The port number for SMS CIR channel.
public static final String
CLIENT_ID
The client ID.
public static final String
MSISDN
The MSISDN of the client.
public static final String
SECURE_LOGIN
Determines whether 4-way login is to be used.
public static final String
SMS_AUTH
Determines whether to send authentication through sms or not.
public static final String
BASIC_PA_ONLY
Determines whether only the basic presence will be fetched from the server.
public static final String
POLL_PRESENCE
Determines whether to poll presence from the server or use subscribe/notify method.
public static final String
PRESENCE_POLLING_INTERVAL
The presence polling interval in milliseconds. Only valid when {@link #POLL_PRESENCE} is set to true.
public static final String
CUSTOM_PRESENCE_MAPPING
The 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_DIGEST
The 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_PRESENCE
Determines whether the provider support user-defined presence text.
Constructors Summary
Methods Summary