I want to send an iq query to xmpp and need a result that response from XMPP. For example:
<iq from='capulet.lit' to='[email protected]/balcony' id='s2c1' type='get'>
<ping xmlns='urn:xmpp:ping'/>
</iq>
Howerver i find all documents in http://jaxl.readthedocs.org/en/latest/users/xmpp_extensions.html and cant find the way to do that. So hope that someone can help me. Thanks
First off, their docs are almost entirely non-existent. File a bug, or better yet, send them a pull request.
For pings in particular:
If you want to write your own protocols, look at their XEP-0199 implementation for an example: