mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
Remove requirement for all user clients to support MIX,
This commit is contained in:
parent
c650d1881f
commit
34b3cf81c1
@ -51,6 +51,7 @@
|
||||
Clarify that private messages must not be groupchat,
|
||||
Creating Channel Clarification,
|
||||
Address security concerns on Converting a 1:1 Conversation to a Channel,
|
||||
Remove requirement for all user clients to support MIX,
|
||||
|
||||
</p></remark>
|
||||
</revision> <revision>
|
||||
@ -370,7 +371,7 @@
|
||||
<li>Online clients MAY register presence, which is then shared with participants who have subscribed to presence.</li>
|
||||
<li>MIX decouples addressing of channel participants from their nicknames, so that nickname changes do not affect addressing.</li>
|
||||
<li>Each participant is addressable by a single bare JID, which is a proxy JID (not the user's real JID) to make it straightforward to hide the user's real JID from other channel participants. Full JIDs comprised of this bare JID plus a resource (also anonymized) are then constructed, allowing visibility into the number of online resources participating in a channel.</li>
|
||||
<li> Although some protocol is shared with MUC, MUC clients are not interoperable with a MIX service. This means that where a user chooses to use MIX, all of the users clients need to support MIX.</li>
|
||||
<li> Although some protocol is shared with MUC, MUC clients are not interoperable with a MIX service. </li>
|
||||
<li>MIX requires the server to which the MIX client connects to provide functionality to support MIX. This functionality is defined in this specification and referenced as "MIX Participant's Server Behaviour".</li>
|
||||
<li>MIX domains MUST NOT be used to host end user JIDs. </li>
|
||||
</ol>
|
||||
|
Loading…
Reference in New Issue
Block a user