diff --git a/xep-0408.xml b/xep-0408.xml new file mode 100644 index 00000000..d8a71490 --- /dev/null +++ b/xep-0408.xml @@ -0,0 +1,188 @@ + + +%ents; +]> + + + +
+ Mediated Information eXchange (MIX): C0-existence with MUC + This document defines an extension to Mediated Information eXchange (MIX) specified in XEP-0369. It specifies how MIX and MUC can be operated together. + &LEGALNOTICE; + 0404 + Experimental + Standards Track + Standards + Council + + XMPP Core + XMPP IM + XEP-0004 + XEP-0030 + XEP-0054 + XEP-0060 + XEP-0084 + XEP-0128 + XEP-0198 + XEP-0292 + XEP-0297 + XEP-0313 + XEP-0372 + + + + MIX-PRESENCE + &ksmithisode; + &skille; + + 0.1.0 + 2018-05-14 + sek +

+ Split out from MIX 0.10.0; +

+
+ +
+ +

The Mediated Information eXchange (MIX) protocol framework and core capbilities are specified in &xep0369; (MIX-CORE). + +

+ +
+ + + +

+ +
+ + + + +

+ MIX is specified as a service that can be used independent of MUC and a MIX service MAY be implemented without MUC. If both MIX and MUC are implemented, three approaches are noted. +

+
    +
  1. Entirely separate MIX and MUC implementation, with MIX and MUC using separate domains and MIX channels being completely separate from MUC rooms.
  2. +
  3. Fully integrated MIX and MUC implementation, with MIX and MUC sharing a single domain and rooms/channels equivalent.
  4. +
  5. Partially integrated MIX and MUC implementation, with MIX and MUC using separate domains, but rooms/channel are common. This means that each MIX channel will have MUC room of the same name and same participants.
  6. +
+

The fully integrated approach would be transparent to clients. The following example shows how a MIX service that also supported MUC would respond:

+ + + + + + + + urn:xmpp:mix:1#serviceinfo + + + + +]]> +

In the fully integrated service item discovery on the MIX/MUC service determines a list of channels. The protocol used for this is the same in MUC and MIX. Discovery actions on a channel in MIX MUST use 'node=mix' attribute in the discovery which will lead to the return of MIX channel specific information, as mandated for this discovery in MIX. If is not set, MUC room specific information is returned. +

+

For the partially integrated service, it will be useful for clients that support both MIX and MUC to be able to determine that the server supports both protocols. For a MIX client, it will be useful to know the MUC service, so that this information can be shared with a MUC client invitation. This information is provided by the initial service discovery:

+ + + + + + + urn:xmpp:mix:1#serviceinfo + + + chat.shakespeare.example + + + + +]]> +

The result is returned in an extended disco results in a form whose type value is 'urn:xmpp:mix:1#serviceinfo'. The field with var='muc-mirror' is the value of which is the mirrored MUC domain's JID.

+

Where a client supporting both MIX and MUC is given a reference to a MUC room, it is desirable that the client can determine the MIX channel and join using MIX. This is achieved by an equivalent extension to MUC service discover.

+ + + + + + + urn:xmpp:mix:1#serviceinfo + + + mix.shakespeare.example + + + + +]]> +

The result is returned in an extended disco results in a form whose type value is 'urn:xmpp:mix:1#serviceinfo'. The field with var='mix-mirror' is the value of which is the mirrored MIX domain's JID.

+ +

+ Where a client supports MUC and MIX and has determined that for a channel that the server also supports a MUC room, the client has a choice as to which type of invite to send. This SHOULD be done by determining if the client support MIX using the mechanism specified in + Discovering Client MIX Capability. If the client supports MIX a MIX invite SHOULD be sent. +

+
+ +
+ + + +

See considerations in MIX-CORE. +

+ +
+ + +

See considerations in MIX-CORE.

+ +

+ When converting a 1:1 conversation to a channel there is potential to expose sensitive information and to present invalid information. +

+ +
+ + +

None.

+
+ + +

The urn:xmpp:mix namespace needs to be registered.

+
+ + +

To be supplied when MIX progresses to proposed standard.

+
+ + +

See MIX-CORE for a list of contributors to the MIX Family of specifications.

+
+ +