palaver
palaver copied to clipboard
XML attributes are removed
When sending this:
<message to="[email protected]" type="groupchat" xmlns="jabber:client">
<body xmlns="blim:blam" amount="47">Yo</body>
</message>
...I get this back:
<message xmlns="jabber:client" from="[email protected]/robert78" to="[email protected]/31483756511386762251183425" type="groupchat">
<body>Yo</body>
</message>
No attributes on the body tag.