From 93c0e612bdf6417eac540ac0d332f9cd305fd700 Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Wed, 6 Jun 2018 14:15:57 +0100 Subject: [PATCH] Allow mapped resource in presence --- xep-0403.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/xep-0403.xml b/xep-0403.xml index 3bedfa22..43f07a5d 100644 --- a/xep-0403.xml +++ b/xep-0403.xml @@ -39,11 +39,11 @@ &ksmithisode; &skille; - 0.2.1 + 0.3.0 2018-06-06 sek

- + Allow mapped resource in presence;

@@ -112,8 +112,17 @@
  • The 'from' of IQ stanzas coming from the channel, to reflect the sending participant where this stanza is being relayed by the channel.
  • - These JIDs will be used to represent specific JID clients. The resource associated with the encoded JID MUST be the resource value from the associated client JID, except where MIX-ANON is followed. + These JIDs will be used to represent specific JID clients. The resource associated with the encoded JID can be either of the follipwing two options: + +

    + +
      +
    1. The resource value from the associated client JID; or
    2. +
    3. A mapped valued to an anonymized value. This approach MUST be used with MIX-ANON.
    4. +
    + +