Class XMPPConstants
- java.lang.Object
-
- org.apache.axis2.transport.xmpp.util.XMPPConstants
-
public class XMPPConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION
static String
CONTAINS_SOAP_ENVELOPE
static String
CONTENT_TYPE
static String
GOOGLETALK_FROM
static int
GOOGLETALK_PORT
static String
GOOGLETALK_SERVICE_NAME
static String
GOOGLETALK_URL
static String
IN_REPLY_TO
static String
IS_SERVER_SIDE
static String
MESSAGE_FROM_CHAT
static String
SEQUENCE_ID
static String
SERVICE_NAME
static String
XMPP
static String
XMPP_CONTENT_TYPE_STRING
static String
XMPP_DOMAIN_NAME
static String
XMPP_PREFIX
static String
XMPP_SERVER_PASSWORD
static String
XMPP_SERVER_TYPE
static String
XMPP_SERVER_TYPE_GOOGLETALK
static String
XMPP_SERVER_TYPE_JABBER
static String
XMPP_SERVER_URL
static String
XMPP_SERVER_USERNAME
-
Constructor Summary
Constructors Constructor Description XMPPConstants()
-
-
-
Field Detail
-
XMPP
public static final String XMPP
- See Also:
- Constant Field Values
-
XMPP_PREFIX
public static final String XMPP_PREFIX
- See Also:
- Constant Field Values
-
XMPP_SERVER_USERNAME
public static final String XMPP_SERVER_USERNAME
- See Also:
- Constant Field Values
-
XMPP_SERVER_PASSWORD
public static final String XMPP_SERVER_PASSWORD
- See Also:
- Constant Field Values
-
XMPP_SERVER_URL
public static final String XMPP_SERVER_URL
- See Also:
- Constant Field Values
-
XMPP_DOMAIN_NAME
public static final String XMPP_DOMAIN_NAME
- See Also:
- Constant Field Values
-
GOOGLETALK_URL
public static final String GOOGLETALK_URL
- See Also:
- Constant Field Values
-
GOOGLETALK_PORT
public static final int GOOGLETALK_PORT
- See Also:
- Constant Field Values
-
GOOGLETALK_SERVICE_NAME
public static final String GOOGLETALK_SERVICE_NAME
- See Also:
- Constant Field Values
-
GOOGLETALK_FROM
public static final String GOOGLETALK_FROM
- See Also:
- Constant Field Values
-
XMPP_SERVER_TYPE
public static final String XMPP_SERVER_TYPE
- See Also:
- Constant Field Values
-
XMPP_SERVER_TYPE_JABBER
public static final String XMPP_SERVER_TYPE_JABBER
- See Also:
- Constant Field Values
-
XMPP_SERVER_TYPE_GOOGLETALK
public static final String XMPP_SERVER_TYPE_GOOGLETALK
- See Also:
- Constant Field Values
-
IS_SERVER_SIDE
public static final String IS_SERVER_SIDE
- See Also:
- Constant Field Values
-
IN_REPLY_TO
public static final String IN_REPLY_TO
- See Also:
- Constant Field Values
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTAINS_SOAP_ENVELOPE
public static final String CONTAINS_SOAP_ENVELOPE
- See Also:
- Constant Field Values
-
MESSAGE_FROM_CHAT
public static final String MESSAGE_FROM_CHAT
- See Also:
- Constant Field Values
-
SEQUENCE_ID
public static final String SEQUENCE_ID
- See Also:
- Constant Field Values
-
XMPP_CONTENT_TYPE_STRING
public static final String XMPP_CONTENT_TYPE_STRING
- See Also:
- Constant Field Values
-
-