From f1d2442f05bd1270f57f0963c837211bda9a9c76 Mon Sep 17 00:00:00 2001 From: Manuel Rubio Date: Mon, 12 Mar 2018 16:03:53 +0100 Subject: [PATCH 1/3] fix typo error (XEP-0369) --- xep-0369.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xep-0369.xml b/xep-0369.xml index 04876db3..99bef508 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -1314,7 +1314,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa to='hag66@shakespeare.example' id='E6E10350-76CF-40C6-B91B-1EA08C332FC7'> + channel='coven@mix.shakespeare.example`/> ]]> @@ -1514,7 +1514,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa

A user setting status is now used as an example. Unlike in &xep0045; where coming online is a special action, coming online in MIX is implicit when presence status is set. Going offline is a achieved by setting presence status to unavailable, which removes the client full JID entry from the presence node. When a user sets a presence status, the user's server sends updated presence to the MIX channel, and the MIX service then publishes the user's availability to the "urn:xmpp:mix:nodes:presence" node. If there is not an item named by the full JID of the client with updated presence status, this item is created. The sequence is shown in the following examples, starting with a client setting presences status on the connected server.

- + dnd Making a Brew ]]> @@ -1523,7 +1523,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa The server then sends the presence information to roster entries. The following example then shows the presence message from the client's server to the MIX channel.

- dnd Making a Brew @@ -2252,7 +2252,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa - @@ -2323,7 +2323,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa urn:xmpp:mix:1 Configuration Node Modification - @@ -2617,7 +2617,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa id='bv1bs71f' type='get'> - + ]]> @@ -2633,7 +2633,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa - + ]]> From 3944fec1f134fd68782605957ee9b69a0ffc87f9 Mon Sep 17 00:00:00 2001 From: Manuel Rubio Date: Wed, 14 Mar 2018 16:21:56 +0100 Subject: [PATCH 2/3] Use single quote for XML attributes --- xep-0369.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0369.xml b/xep-0369.xml index 99bef508..9b8402b2 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -1314,7 +1314,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa to='hag66@shakespeare.example' id='E6E10350-76CF-40C6-B91B-1EA08C332FC7'> ]]> From a21a64b6b9ba97c45a4197673f50304224dca5a7 Mon Sep 17 00:00:00 2001 From: Manuel Rubio Date: Thu, 15 Mar 2018 11:12:51 +0100 Subject: [PATCH 3/3] Add revision history section --- xep-0369.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xep-0369.xml b/xep-0369.xml index 9b8402b2..f9228ef5 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -36,6 +36,14 @@ &ksmithisode; &skille; &stpeter; + + 0.9.6 + 2018-03-15 + marj +

+ Fix typo errors with single quotes. +

+
0.9.5 2018-01-08