Have you tried attaching a debugger and follow the trace of the request IQ on the receiver? This should give you an hint why it does not respond. Hint: It may be a good idea if you first think about who the intended recipient of the IQ request in Smack is. Then you can compare the actual route of the incoming IQ request, with the expected one (if they are not the same that is).
↧