Custom IQ: Request & Response are different elements

Issue #157 new
Bill Munyan created an issue

Hello, I have compiled a few schemas and enabled the extensions. That part is working fine. The more complex part of the equation is that the request is represented by one schema and the response uses a different schema. Can this be accomplished? So far, in my code, the request is made properly, but when I call the iq.createResult method to generate the response in the different schema/namespace, the operation fails with “rocks.xmpp.core.session.NoResponseException: Timeout reached”.

Is there any more verbose debugging that could be enabled to more deeply trace to the root of the failure? I can create a partial response that returns correctly, but adding additional info (using a different XML namespace) causes the failure.

Any ideas or help is much appreciated!

Bill M.

Comments (1)

  1. Log in to comment