Implements an XMPP client providing basic instant messaging (IM) and
presence functionality as well as various XMPP extension functionality.
Namespace: S22.Xmpp.ClientAssembly: 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.