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 present incoming or outgoing XMPP messages.
Presence Represents presence information returned by the server.
SendResponse Represents results of sending a message.
XMPPServiceFactory Constructs an instance of the XMPP service.
 

Enum Summary
MessageType Types of messages, from RFC3921.
SendResponse.Status Possible per-id responses to sending a message.
 

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