mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Clarify that participant node only contains real JIDs;
This commit is contained in:
parent
62e7a5049e
commit
abddabedea
@ -50,6 +50,7 @@
|
||||
<remark><p>
|
||||
Remove MIX xmlns from pubsub channel info <item/> 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 <jid/> child element of the <participant/> element.
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user