Skip to content

Commit

Permalink
XEP-0045 Clarify usage of presence stanzas when removing a non-member…
Browse files Browse the repository at this point in the history
… from a members-only room
  • Loading branch information
guusdk authored Aug 23, 2024
1 parent a566877 commit 3d41826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xep-0045.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<li>Explicitly disallow Ban List modifications that clash with 'Banning a User' conditions.</li>
<li>Status code purpose no longer hints that recipient is the affected user</li>
<li>Improved 'Service Removes Non-Member' example.</li>
<li>Clarify usage of presence stanzas when removing a non-member from a members-only room.</li>
</ul>
</remark>
</revision>
Expand Down Expand Up @@ -3465,6 +3466,7 @@
[ ... ]
]]></example>
<p>As there is no point in time where a non-member user must be in a members-only room, the service SHOULD NOT send both a de-affiliation presence (without a 'type' attribute) followed by room-removal presence (of type 'unavailable'). Instead, it SHOULD only send the latter of the two.</p>
</section2>

<section2 topic='Modifying the Member List' anchor='modifymember'>
Expand Down

0 comments on commit 3d41826

Please sign in to comment.