XEP-0045: add 333 status to gc1-kick, thx Kev

This commit is contained in:
Georg Lukas 2019-04-18 12:25:02 +02:00
parent 84674a9221
commit 049f186631
1 changed files with 2 additions and 1 deletions

View File

@ -1905,7 +1905,7 @@
id='ng91xs69' id='ng91xs69'
to='coven@chat.shakespeare.lit/thirdwitch'/> to='coven@chat.shakespeare.lit/thirdwitch'/>
]]></example> ]]></example>
<p>This behavior can not be distinguished from a presence update from a MUC-supporting client that was desynchronized from the room. Treating this as a groupchat 1.0 join will mask the error and leave the client in a partially-synchronized state. Therefore, starting with version 1.32 of this specification, it is RECOMMENDED that a service receiving a &lt;presence&gt; without an &lt;x&gt; element from a non-occupant full-JID responds with an explicit kick to that client.</p> <p>This behavior can not be distinguished from a presence update from a MUC-supporting client that was desynchronized from the room. Treating this as a groupchat 1.0 join will mask the error and leave the client in a partially-synchronized state. Therefore, starting with version 1.32 of this specification, it is RECOMMENDED that a service receiving a &lt;presence&gt; without an &lt;x&gt; element from a non-occupant full-JID responds with an explicit kick to that client. The kick MUST contain the status codes 110 (occupant's presence), 307 (kick), and 333 (kick due to technical problems).</p>
<example caption='Service Response to groupchat 1.0 join / non-occupant presence update'><![CDATA[ <example caption='Service Response to groupchat 1.0 join / non-occupant presence update'><![CDATA[
<presence <presence
from='coven@chat.shakespeare.lit/thirdwitch' from='coven@chat.shakespeare.lit/thirdwitch'
@ -1917,6 +1917,7 @@
</item> </item>
<status code='110'/> <status code='110'/>
<status code='307'/> <status code='307'/>
<status code='333'/>
</x> </x>
</presence> </presence>
]]></example> ]]></example>