Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion xep-0045.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@
</schemaloc>
<registry/>
&stpeter;
<revision>
<version>1.35.4</version>
<date>2026-03-13</date>
<initials>ph</initials>
<remark>
<ul>
<li>Add clarification how to unset a reserved nickname when modifying the member list.</li>
<li>Split passage which defines how to modify the member list into multiple sentences to improve readability.</li>
</ul>
</remark>
</revision>
<revision>
<version>1.35.3</version>
<date>2025-12-01</date>
Expand Down Expand Up @@ -3526,7 +3537,7 @@
</query>
</iq>
]]></example>
<p>The admin can then modify the member list if desired. In order to do so, the admin MUST send the changed items (i.e., only the "delta") to the service; each item MUST include the 'affiliation' attribute (normally set to a value of "member" or "none") and 'jid' attribute but SHOULD NOT include the 'nick' attribute (unless modifying the user's reserved nickname) and MUST NOT include the 'role' attribute (which is used to manage roles such as participant rather than affiliations such as member):</p>
<p>The admin can then modify the member list if desired. In order to do so, the admin MUST send the changed items (i.e., only the "delta") to the service. Each item MUST include the 'affiliation' attribute (normally set to a value of "member" or "none") and 'jid' attribute. It SHOULD NOT include the 'nick' attribute, unless the reserved nickname was modified. To unset a reserved nickname, the 'nick' attribute must be set to an empty string. It MUST NOT include the 'role' attribute (which is used to manage roles such as participant rather than affiliations such as member).</p>
<example caption='Admin Sends Modified Member List to Service'><![CDATA[
<iq from='[email protected]/desktop'
id='member4'
Expand Down