mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-16 06:15:07 -05:00
Merge branch 'xep-0045' into premerge
This commit is contained in:
commit
fb65475276
31
xep-0045.xml
31
xep-0045.xml
@ -45,6 +45,12 @@
|
|||||||
</schemaloc>
|
</schemaloc>
|
||||||
<registry/>
|
<registry/>
|
||||||
&stpeter;
|
&stpeter;
|
||||||
|
<revision>
|
||||||
|
<version>1.34.5</version>
|
||||||
|
<date>2022-12-01</date>
|
||||||
|
<initials>NC</initials>
|
||||||
|
<remark><p>Add MUC service shut down example.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.34.4</version>
|
<version>1.34.4</version>
|
||||||
<date>2022-10-05</date>
|
<date>2022-10-05</date>
|
||||||
@ -4986,6 +4992,31 @@
|
|||||||
and they are not linked to any user (e.g. moderator) action that the 307 code usually indicates. It is therefore recommended for the
|
and they are not linked to any user (e.g. moderator) action that the 307 code usually indicates. It is therefore recommended for the
|
||||||
client to ignore the 307 code if a 333 status code is present.</p>
|
client to ignore the 307 code if a 333 status code is present.</p>
|
||||||
</section2>
|
</section2>
|
||||||
|
<section2 topic='Service removes user because of service shut down' anchor='service-shutdown-kick'>
|
||||||
|
<p>When a MUC service shuts downs, it SHOULD inform its participant by sending presences containing the 332 status code</p>
|
||||||
|
<example caption='MUC service removes user because of service shutdown'><![CDATA[
|
||||||
|
<presence
|
||||||
|
from='harfleur@chat.shakespeare.lit/pistol'
|
||||||
|
to='pistol@shakespeare.lit/client'
|
||||||
|
type='unavailable'>
|
||||||
|
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||||
|
<item affiliation='none' role='none' />
|
||||||
|
<status code='110'/>
|
||||||
|
<status code='332'/>
|
||||||
|
</x>
|
||||||
|
</presence>
|
||||||
|
<presence
|
||||||
|
from='harfleur@chat.shakespeare.lit/othello'
|
||||||
|
to='othello@shakespeare.lit/client'
|
||||||
|
type='unavailable'>
|
||||||
|
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||||
|
<item affiliation='none' role='none' />
|
||||||
|
<status code='110'/>
|
||||||
|
<status code='332'/>
|
||||||
|
</x>
|
||||||
|
</presence>
|
||||||
|
]]></example>
|
||||||
|
</section2>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Status Codes' anchor='statuscodes'>
|
<section1 topic='Status Codes' anchor='statuscodes'>
|
||||||
|
Loading…
Reference in New Issue
Block a user