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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -