The S22.Xmpp namespace contains classes used to communicate with and receive messages from an Extensible Messaging and Presence Protocol (XMPP) server.

Classes

  ClassDescription
Public classJid
Represents the address of an XMPP entity, also known as Jabber Identifier (JID).
Public classXmppError
Represents an XMPP error.
Public classXmppErrorException
The exception that is thrown when a recoverable XMPP error condition has been encountered.
Public classXmppException
The exception that is thrown when a generic XMPP error condition has been encountered.

Enumerations

  EnumerationDescription
Public enumerationErrorCondition
Defines possible values for the condition of XMPP errors.
Public enumerationErrorType
Defines possible values for the type of XMPP errors.