| Class | Description |
|---|---|
| AbstractIQ |
The implementation of the
<iq/> stanza. |
| AbstractMessage |
The implementation of the
<message/> element. |
| AbstractMessage.Body |
The implementation of a message's
<body/> element. |
| AbstractMessage.Subject |
The implementation of a message's
<subject/> element. |
| AbstractPresence |
The implementation of the
<presence/> element. |
| AbstractPresence.Status |
The implementation of a presence's
<status/> element. |
| Stanza |
The abstract base class for a XML stanza.
|
| StanzaError |
The implementation of a stanza's
<error/> element. |
| Enum | Description |
|---|---|
| AbstractIQ.Type |
Represents a
<iq/> 'type' attribute. |
| AbstractMessage.Type |
Represents a
<message/> 'type' attribute. |
| AbstractPresence.Show |
Represents a
<presence/> <show/> element. |
| AbstractPresence.Type |
Represents a
<presence/> 'type' attribute. |
| StanzaError.Type |
Represents a
<error/> 'type' attribute. |
Copyright © 2014–2015 XMPP.rocks. All rights reserved.