c# - How to Implement XEP-0012 using Jabber-net Library -
I am making a chat client in the C # Windows Application Project, I want to get the last position of a JID. How can I implement XEP-0012 (the final activity of the JID) on the Jabber-net .NET Library.
Ensure that you have read, see some existing code for some examples. jabber: iq: final should be trivial to a protocol perspective, but many clients no longer apply it.
Comments
Post a Comment