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

  ClassDescription
Public classErrorEventArgs
Provides data for the Error event.
Public classIq
Represents an IQ XML stanza.
Public classIqEventArgs
Provides data for the Iq event.
Public classMessage
Represents a Message XML stanza.
Public classMessageEventArgs
Provides data for the Message event.
Public classPresence
Represents a Presence XML stanza.
Public classPresenceEventArgs
Provides data for the Presence event.
Public classStanza
Represents the base class for XML stanzas as are used by XMPP from which all implementations must derive.
Public classXmppCore
Implements the core features of the XMPP protocol.

Enumerations

  EnumerationDescription
Public enumerationIqType
Defines the possible types for IQ stanzas.