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

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -