Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.2
-
Fix Version/s: 3.3.0 Beta 1, 3.2.4
-
Component/s: Core
-
Labels:None
-
Acceptance Test - Add?:No
Description
I could reproduce this issue with Spark using ad-hoc messages.
<message to="recv@host" id="XRk8p-X">
<body><item/><item/></body>
</message>
works fine while
<message to="lg@jivesoftware.com" id="XRk8p-X">
<body><item/><item/></body>
</message>
will disconnect the sender.
That is invalid XML. When sending ad-hoc messages from the debugger window it's up to you to send valid XML stanzas.