MUCs signal some events to occupants via <message/>. XEP-0045 says, in http://www.xmpp.org/extensions/xep-0045.html#enter-nonanon:
<message from='[EMAIL PROTECTED]' to='[EMAIL PROTECTED]/pda' type='groupchat'> <body>This room is not anonymous.</body> <x xmlns='http://jabber.org/protocol/muc#user'> <status code='100'/> </x> </message> Later, in http://www.xmpp.org/extensions/xep-0045.html#roomconfig-notify, it says: <message from='[EMAIL PROTECTED]' to='[EMAIL PROTECTED]/desktop'> <x xmlns='http://jabber.org/protocol/muc#user'> <status code='170'/> </x> </message> The former has type="groupchat" and the latter has (implicit) type="normal". Is this intended or one of the two is wrong? Thanks, Massimiliano -- Massimiliano Mirra http://hyperstruct.net
