Libin TK
Libin TK

Reputation: 1487

How do I use Presence Probes with agsxmpp and C#

How can I retrieve a contact's current presence information using XMPP Presence Probes? Thanks in advance.

Upvotes: 1

Views: 773

Answers (1)

Alex
Alex

Reputation: 4136

client.Send(new Presence{Type = PresenceType.probe, To = "[email protected]"})

Upvotes: 3

Related Questions