2using System.Collections.Generic;
5using System.Threading.Tasks;
15 private readonly
object state;
16 private readonly
string localJid;
17 private readonly
string remoteJid;
42 public object State => this.state;
Peer connection event arguments.
object State
State object passed to the original request.
PeerConnectionEventArgs(XmppClient Client, object State, string LocalJid, string RemoteJid)
Peer connection event arguments.
XmppClient Client
XMPP client, if aquired, or null otherwise.
string LocalJid
JID of the local end-point.
string RemoteJid
JID of the remote end-point.
Manages an XMPP client connection. Implements XMPP, as defined in https://tools.ietf....