| 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 | 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 | Description |
|---|---|
| StanzaErrorException |
A stanza exception represents a stanza error.
|
Provides XML Stanzas and Stanza Errors.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.