diff --git a/xep-0403.xml b/xep-0403.xml index 61b0f3e9..47dd8521 100644 --- a/xep-0403.xml +++ b/xep-0403.xml @@ -38,7 +38,7 @@ &skille; 0.1.0 - 2018-05-14 + 2018-05-21 sek

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.

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

@@ -81,10 +81,10 @@

  1. 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.
  2. -
  3. The resource taken from the cliet's full JID.
  4. +
  5. The resource taken from the client’s full JID.

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