Another go at delivery clarification

This commit is contained in:
Steve Kille 2017-06-15 12:44:11 +01:00
parent 39611ada6f
commit 5d1cd5b69d
1 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@
&stpeter; &stpeter;
<revision> <revision>
<version>0.9.3</version> <version>0.9.3</version>
<date>2017-06-13</date> <date>2017-06-15</date>
<initials>sek</initials> <initials>sek</initials>
<remark><p> <remark><p>
Remove Legacy MIX Namespace; Remove Legacy MIX Namespace;
@ -2423,7 +2423,8 @@ This approach enables flexible support of multiple clients for a MIX channel pa
]]></example> ]]></example>
<p> <p>
The server receiving the message will then deliver the messages to all online clients with status available and a non-negative resource priority. The server receiving the message will then deliver the messages to all online clients. Messages are delivered to all available online resources irrespective of
status and resource priority.
The following example shows how the participant's server modifies the inbound message to replace the bare JID in the 'to' with a full JID for each of two active MIX clients. The following example shows how the participant's server modifies the inbound message to replace the bare JID in the 'to' with a full JID for each of two active MIX clients.
</p> </p>