From 373f1b137eeaf6d86c765ac5d0580e658a8858e7 Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Tue, 11 Dec 2018 08:44:06 +0000 Subject: [PATCH 1/2] Discovery on Account rather than Server; --- xep-0405.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/xep-0405.xml b/xep-0405.xml index 4c689f43..8293d5e3 100644 --- a/xep-0405.xml +++ b/xep-0405.xml @@ -38,6 +38,14 @@ MIX-PAM &ksmithisode; &skille; + + 0.3.0 + 2018-12-11 + sek + + Discovery on Account rather than Server; + + 0.2.1 2018-11-03 @@ -179,19 +187,18 @@ This approach enables flexible support of multiple clients for a MIX channel pa - +

- Servers supporting this specification MUST advertise this to clients. A client wishing to use MIX MUST check for this capability in the local server before using MIX. The capability is represented by the 'urn:xmpp:mix:pam:0' feature. + Servers supporting this specification MUST advertise this to clients for which they wish to support this specification. A client wishing to use MIX MUST check for this capability in the local server before using MIX, by verifying support for the client's account. The capability is represented by the 'urn:xmpp:mix:pam:0' feature.

- - From 33dd5386b17eea2be3cdfa6a39459579382139bb Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Tue, 11 Dec 2018 08:52:13 +0000 Subject: [PATCH 2/2] Add participant ID to roster; --- xep-0405.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xep-0405.xml b/xep-0405.xml index 8293d5e3..acd89ff6 100644 --- a/xep-0405.xml +++ b/xep-0405.xml @@ -44,6 +44,7 @@ sek Discovery on Account rather than Server; + Add participant ID to roster;
@@ -541,12 +542,12 @@ This approach enables flexible support of multiple clients for a MIX channel pa ]]>

- MIX channels in the roster information returned in response to a request for this additional MIX information MUST have an element <channel/> qualified by the ‘urn:xmpp:mix:roster:0' namespace included in the roster item, as shown inf the following example. + MIX channels in the roster information returned in response to a request for this additional MIX information MUST have an element <channel/> qualified by the ‘urn:xmpp:mix:roster:0' namespace included in the roster item. The <channel/> element MUST also include a 'participant-id' attribute that is the stable ID of the client. This facilitates the client to match messages that reference this stable ID. A MIX extended roster item is shown in the following example.

- + ]]>