I want to send an iq query to xmpp and need a result that response from XMPP. For example:
<iq from='capulet.lit' to='juliet@capulet.lit/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