editorial

This commit is contained in:
Steve Kille 2018-05-21 08:12:11 +01:00
parent 26eba6f67f
commit f6e38270f3
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@
&skille;
<revision>
<version>0.1.0</version>
<date>2018-05-14</date>
<date>2018-05-21</date>
<initials>sek</initials>
<remark><p>
Split out from MIX 0.10.0;
@ -73,7 +73,7 @@
MIX channels store presence of each online client for a user that chooses to publish presence. Presence is stored in the presence node and is encoded using a full proxy JID. Where a user publishes presence for one or more clients, this information is available to all users subscribing to the channel presence.
</p>
<p>
A client partipcating in a MUC channel MAY send it's presences status to the MIX channel using standard presence. The mechanisms to do this are summarized in the next section and standardized in MIX-PAM.
A client participating in a MUC channel MAY send it's presences status to the MIX channel using standard presence. The mechanisms to do this are summarized in the next section and standardized in MIX-PAM.
</p>
<p>
@ -81,10 +81,10 @@
</p>
<ol>
<li>The bare proxy JID of the client, as specified in MIX-CORE. This encodes channel and a stable random ID in a JID associated with the MIX domain, which enables it to be used for sending presence. </li>
<li>The resource taken from the cliet's full JID.</li>
<li>The resource taken from the clients full JID.</li>
</ol>
<p>
A client receiving this presence can use information from the channel participant's node to derive the full JID of the client and an assoicated Nick. When MIX-ANON is used to hide JIDs, only the Nick can be derived.
A client receiving this presence can use information from the channel participant's node to derive the full JID of the client and an associated Nick. When MIX-ANON is used to hide JIDs, only the Nick can be derived.
</p>
<p>