git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@921 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-06-07 16:30:24 +00:00
parent 3514912061
commit a432236a2e
1 changed files with 2 additions and 1 deletions

View File

@ -3711,7 +3711,8 @@
<p>A room MUST send notification to all occupants when the room configuration changes in a way that has an impact on the privacy or security profile of the room. This notification shall consist of a &MESSAGE; stanza containing an &X; element qualified by the 'http://jabber.org/protocol/muc#user' namespace, which shall contain only a &lt;status/&gt; element with an appropriate value for the 'code' attribute. Here is an example:</p>
<example caption='Configuration Status Code'><![CDATA[
<message from='darkcave@macbeth.shakespeare.lit'
to='crone1@shakespeare.lit/desktop'>
to='crone1@shakespeare.lit/desktop'
type='groupchat'>
<x xmlns='http://jabber.org/protocol/muc#user'>
<status code='170'/>
</x>