mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
XEP-0045: add 333 status to gc1-kick, thx Kev
This commit is contained in:
parent
84674a9221
commit
049f186631
@ -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 <presence> without an <x> 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 <presence> without an <x> 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>
|
||||||
|
Loading…
Reference in New Issue
Block a user