C2c IQ

I have been attempting to use Smack / Jive to send IQ (local time and discoverinfo) requests between two clients . The server appears to be filtering the IQ packets and replying without contacting the other client.

What is happening in the server when an IQ package routed though it?

Are there any IQ types that will allow client to client IQ package routing?

Hey aws6891,

Just make sure that the IQ packet includes the user resource. In other words, the server will always handle IQ packets sent to bare JIDs. So the way to avoid that is to send the IQ packet to the full JID of the user.

Regards,

– Gato