10 private readonly
string fullJID;
11 private readonly
bool hasE2E;
12 private readonly
bool hasP2P;
Event arguments for peer synchronization events.
bool HasP2P
If Peer-to-peer address information was found in presence stanza.
PeerSynchronizedEventArgs(string FullJID, bool HasE2E, bool HasP2P)
Event arguments for peer synchronization events.
bool HasE2E
If End-to-End encryption information was found in presence stanza.
string FullJID
Full JID of peer.