The S22.Xmpp namespace contains classes used to communicate with and receive messages from an Extensible Messaging and Presence Protocol (XMPP) server.
Classes
Class | Description | |
---|---|---|
Jid |
Represents the address of an XMPP entity, also known as Jabber Identifier (JID).
| |
XmppError |
Represents an XMPP error.
| |
XmppErrorException |
The exception that is thrown when a recoverable XMPP error condition
has been encountered.
| |
XmppException |
The exception that is thrown when a generic XMPP error condition has been encountered.
|
Enumerations
Enumeration | Description | |
---|---|---|
ErrorCondition |
Defines possible values for the condition of XMPP errors.
| |
ErrorType |
Defines possible values for the type of XMPP errors.
|