tst2005googlecode2 / lxmppd

Automatically exported from code.google.com/p/lxmppd
0 stars 0 forks source link

Prosody 0.10: Groupchat message has <status> element outside of <x> element #480

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Configure a chat room with a non-privacy related change.
2.Check the reply from Prosody

What is the expected output?

See Example 171 in XEP-0045:
http://xmpp.org/extensions/xep-0045.html#roomconfig-notify

What do you see instead?

<message xmlns="jabber:client" 
         to="me@xxx.com/yyy" type="groupchat"   
         from="xxx@conference.xxx.com">
    <x xmlns="http://jabber.org/protocol/muc#user"/>
    <status code="104"/>
</message>

The <status> element is outside of the <x> element.

What version of the product are you using? On what operating system?

0.10 nightly on Debian. (Last update less than a week ago).

Original issue reported on code.google.com by JanCa...@gmail.com on 4 Mar 2015 at 8:12

GoogleCodeExporter commented 9 years ago
Already fixed in trunk by f47268c8a8d0
https://hg.prosody.im/trunk/rev/f47268c8a8d0

Original comment by q...@daurnimator.com on 4 Mar 2015 at 8:19