Reputation: 1487
How can I retrieve a contact's current presence information using XMPP Presence Probes? Thanks in advance.
Upvotes: 1
Views: 773
Reputation: 4136
client.Send(new Presence{Type = PresenceType.probe, To = "[email protected]"})
Upvotes: 3