Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML attributes are removed #10

Open
RobertLarsen opened this issue Dec 11, 2013 · 0 comments
Open

XML attributes are removed #10

RobertLarsen opened this issue Dec 11, 2013 · 0 comments

Comments

@RobertLarsen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant