Allow mapped resource in presence

This commit is contained in:
Steve Kille 2018-06-06 14:15:57 +01:00
parent 8480980769
commit 93c0e612bd
1 changed files with 12 additions and 3 deletions

View File

@ -39,11 +39,11 @@
&ksmithisode;
&skille;
<revision>
<version>0.2.1</version>
<version>0.3.0</version>
<date>2018-06-06</date>
<initials>sek</initials>
<remark><p>
Allow mapped resource in presence;
</p></remark>
</revision>
<revision>
@ -112,8 +112,17 @@
<li>The 'from' of IQ stanzas coming from the channel, to reflect the sending participant where this stanza is being relayed by the channel.</li>
</ol>
<p>
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:
</p>
<ol>
<li>The resource value from the associated client JID; or</li>
<li>A mapped valued to an anonymized value. This approach MUST be used with MIX-ANON.</li>
</ol>
</section2>