Package rocks.xmpp.core.stanza.model
Provides XML Stanzas and Stanza Errors.
-
Class Summary Class Description ExtensibleStanza A stanza which is extensible (can have more than one extension), i.e.IQ The implementation of the<iq/>stanza.Message The implementation of the<message/>element.Presence The implementation of the<presence/>element.Stanza The abstract base class for a XML stanza.StanzaError The implementation of a stanza's<error/>element. -
Enum Summary Enum Description IQ.Type Represents a<iq/>'type' attribute.Message.Type Represents a<message/>'type' attribute.Presence.Show Represents a<presence/><show/>element.Presence.Type Represents a<presence/>'type' attribute.StanzaError.Type Represents a<error/>'type' attribute. -
Exception Summary Exception Description StanzaErrorException A stanza exception represents a stanza error.