Clarify that participant node only contains real JIDs;

This commit is contained in:
Steve Kille 2019-03-18 17:04:03 +00:00
parent 62e7a5049e
commit abddabedea
1 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@
<remark><p>
Remove MIX xmlns from pubsub channel info &lt;item/&gt; example;
Make Message Archiving Optional;
Clarify that participant node only contains real JIDs;
</p></remark>
</revision>
<revision>
@ -642,7 +643,7 @@
Where a nick is provided for a user, it is generally recommended to use this nick to display the user. This enables consistent representation of participants for all participants in the channel.
</p>
<p>
The real JID of the user MAY be held in the participants node. When the real JID is not present, the procedures defined in MIX-ANON must be followed.
The real JID of the user MAY be held in the participants node. When the real JID is not present, the procedures defined in MIX-ANON must be followed. Note that only the real JID may be held in participants node. Any JID derived from the stable ID MUST NOT be held.
The user's JID is stored in a &lt;jid/&gt; child element of the &lt;participant/&gt; element.
</p>
<p>