[jdev] Openfire won't let IQs pass.
Christoph Terwelp
mail at seark.de
Sat Mar 27 08:42:25 CDT 2010
Hi Karsten,
Am 27.03.2010 um 12:11 schrieb Karsten Jeschkies:
> We were not always able to send IQ stanzas from our component through
> our Openfire Jabber Server to clients. Somehow everything worked when
> we use our implementation of the JaberRPC XEP but when we send IQs to
> clients who haven't send a request before the clients would not
> receive the IQ.
maybe you try to send IQ results without a corresponding IQ get. AFAIK IQ stanzas should only occur in pairs of "get/result" or "set/result". So if you want to send data without a previous IQ request, then you could use a IQ stanza of type "set". For more information try chapter 9.2.3 "IQ Semantics" in http://www.ietf.org/rfc/rfc3920.txt .
Christoph
More information about the JDev
mailing list