Package com.google.appengine.api.xmpp

Interface Summary
XMPPService Interface for accessing XMPP status information, sending XMPP messages, and parsing XMPP responses.
 

Class Summary
JID Object representing a single Jabber ID.
Message Class that represents an XMPP message.
MessageBuilder Builder used to generate Message instances to represent incoming or outgoing XMPP messages.
Presence Represents presence information returned by the server.
PresenceBuilder Builder used to generate Presence instances to represent incoming XMPP presence stanzas.
SendResponse Represents results of sending a message.
Subscription Represents an incoming subscription stanza from the server.
SubscriptionBuilder Builder used to generate Subscription instances to represent incoming XMPP subscription stanzas.
XMPPServiceFactory Constructs an instance of the XMPP service.
 

Enum Summary
MessageType Types of messages, from RFC3921.
PresenceShow Values for the 'show' sub-stanza of presences, taken from RFC3921.
PresenceType Values for the 'type' attribute of presences, taken from RFC3921.
SendResponse.Status Possible per-id responses to sending a message.
SubscriptionType Values for the 'type' attribute of presences, taken from RFC3921.
 

Exception Summary
XMPPFailureException XMPPFailureException is thrown when any unknown error occurs while communicating with the XMPP service.