The S22.Xmpp.Core namespace contains classes and enumerations that implement the core functionality of XMPP as is defined in the XMPP:Core specification.
Classes
Class | Description | |
---|---|---|
ErrorEventArgs |
Provides data for the Error event.
| |
Iq |
Represents an IQ XML stanza.
| |
IqEventArgs |
Provides data for the Iq event.
| |
Message |
Represents a Message XML stanza.
| |
MessageEventArgs |
Provides data for the Message event.
| |
Presence |
Represents a Presence XML stanza.
| |
PresenceEventArgs |
Provides data for the Presence event.
| |
Stanza |
Represents the base class for XML stanzas as are used by XMPP from which
all implementations must derive.
| |
XmppCore |
Implements the core features of the XMPP protocol.
|
Enumerations
Enumeration | Description | |
---|---|---|
IqType |
Defines the possible types for IQ stanzas.
|