Implements an XMPP client providing basic instant messaging (IM) and presence functionality as well as various XMPP extension functionality.

Namespace: S22.Xmpp.Client
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class XmppClient : IDisposable

Remarks

This provides most of the functionality exposed by the XmppIm class but simplifies some of the more complicated aspects such as privacy lists and roster management. It also implements various XMPP protocol extensions.

Inheritance Hierarchy

System..::..Object
  S22.Xmpp.Client..::..XmppClient

See Also