Bug: unknown IQ messages do not include the text of the bodies

If an IQ message is received without a handler to know how to parse it, the IQ message portion of the packet is parsed and saved(to, from, etc), but the child element is lost.

In certain cases, you’d want to get that body for processing and cannot write a handler for all the possibilities. I had submitted a patch that enables getChildXML() to return the data in the IQ child element here. Can this be included?

Thanks for the patch. I’ll review the it and maybe create a ticket in JIRA.

I am going to close this thread in favor of the other one where the patch is attached. Further discussion should happen there.