From abddabedea34d6b881f28e8ed8bbb3c1b5e6d894 Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Mon, 18 Mar 2019 17:04:03 +0000 Subject: [PATCH] Clarify that participant node only contains real JIDs; --- xep-0369.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xep-0369.xml b/xep-0369.xml index 804f8925..f7a905eb 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -50,6 +50,7 @@

Remove MIX xmlns from pubsub channel info <item/> example; Make Message Archiving Optional; + Clarify that participant node only contains real JIDs;

@@ -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.

- 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.