From bd610ab86628e670436d51b8a911928babd2e09a Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 30 Nov 2020 19:28:12 +0100 Subject: [PATCH 1/8] XEP-0369: Fix a typo in a section title --- xep-0369.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0369.xml b/xep-0369.xml index 6f3e2401..ecb7c78e 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -537,7 +537,7 @@ - +

This section is written as an introduction to MIX for those with detailed knowledge of &xep0045;, to summarize key differences and some rationale for the differences. For those unfamiliar with MUC, this section should be ignored.

From e1d8c5677100c1acb45c13fc7ef15cb0f04087da Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 30 Nov 2020 19:29:00 +0100 Subject: [PATCH 2/8] XEP-0403: Fix use of MIX-Presence namespace The examples used "urn:xmpp:presence:0" which is not the correct namespace according to the text, it should be "urn:xmpp:mix:presence:0". --- xep-0403.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xep-0403.xml b/xep-0403.xml index 4712cc56..d88033b7 100644 --- a/xep-0403.xml +++ b/xep-0403.xml @@ -200,7 +200,7 @@ - + hecate@shakespeare.example/UUID-x4r/2491 thirdwitch @@ -265,7 +265,7 @@ A user MAY share presence information with the channel, for one or more online c - + hecate@shakespeare.example/UUID-x4r/2491 thirdwitch @@ -313,7 +313,7 @@ A user MAY share presence information with the channel, for one or more online c to='hecate@shakespeare.example' id='77E07BB0-55CF-4BD4-890E-3F7C0E686BBD' type='unavailable'> - + hecate@shakespeare.example/UUID-x4r/2491 thirdwitch @@ -337,7 +337,7 @@ A user MAY share presence information with the channel, for one or more online c to='hecate@shakespeare.example' id='77E07BB0-55CF-4BD4-890E-3F7C0E686BBD' type='unavailable'> - + hecate@shakespeare.example/UUID-x4r/2491 thirdwitch From 2c93e7969248d8333080b40950cf0fd634bf130d Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 30 Nov 2020 19:29:58 +0100 Subject: [PATCH 3/8] XEP-0404: Fix some of MIX-Anon examples * XML validation & indent * Wrong attribution of the form () element, which was put as a sibling of thhe element, where it should have been a child, according to the written text (and nearby examples) --- xep-0404.xml | 79 +++++++++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 38 deletions(-) diff --git a/xep-0404.xml b/xep-0404.xml index 65aaf34f..d66fb46a 100644 --- a/xep-0404.xml +++ b/xep-0404.xml @@ -278,21 +278,23 @@ This change means that the client will not be able to determine real JID of the from='coven@mix.shakespeare.example' to='hag66@shakespeare.example/UUID-a1j/7533' id='E6E10350-76CF-40C6-B91B-1EA08C332FC7'> - + urn:xmpp:mix:anon:0 - - + + - - - - + + + + @@ -308,41 +310,42 @@ This change means that the client will not be able to determine real JID of the from='hag66@shakespeare.example/UUID-a1j/7533' to='coven@mix.shakespeare.example' id='E6E10350-76CF-40C6-B91B-1EA08C332FC7'> - - - - urn:xmpp:mix:anon:0 - - - never - - - allow - - - block - + + + + urn:xmpp:mix:anon:0 + + + never + + + allow + + + block + + - + - - urn:xmpp:mix:anon:0 - - - never - - - allow - - - block - + + urn:xmpp:mix:anon:0 + + + never + + + allow + + + block + From 8b1ca45536d707ad2d9c6752e8b3f5fd0524d267 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 30 Nov 2020 19:30:24 +0100 Subject: [PATCH 4/8] XEP-0408: Fix some XML examples --- xep-0408.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xep-0408.xml b/xep-0408.xml index 58ae72e5..28533486 100644 --- a/xep-0408.xml +++ b/xep-0408.xml @@ -87,7 +87,7 @@ type='text'/> - + ]]> @@ -103,7 +103,7 @@ id='lx09df27' to='mix.shakespeare.example' type='get'> - + Date: Tue, 1 Dec 2020 18:09:07 +0100 Subject: [PATCH 5/8] XEP-0369: add revision block --- xep-0369.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0369.xml b/xep-0369.xml index ecb7c78e..97576404 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -35,6 +35,12 @@ MIX-CORE &ksmithisode; &skille; + + 0.14.6 + 2020-12-01 + gh/@mathieui +

Fix minor typo

+
0.14.5 2020-11-03 From df3d5b2b31dc1e2ca1dc47ad0fff20339eda207c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 1 Dec 2020 18:10:26 +0100 Subject: [PATCH 6/8] XEP-0403: add revision block --- xep-0403.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0403.xml b/xep-0403.xml index d88033b7..f347191d 100644 --- a/xep-0403.xml +++ b/xep-0403.xml @@ -38,6 +38,12 @@ MIX-PRESENCE &ksmithisode; &skille; + + 0.3.2 + 2020-12-01 + gh/@mathieui + Fix incorrect namespaces + 0.3.1 2018-11-03 From 32ba819e0b549023c2d4113b204964984432036e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 1 Dec 2020 18:11:27 +0100 Subject: [PATCH 7/8] XEP-0404: add revision block --- xep-0404.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0404.xml b/xep-0404.xml index d66fb46a..abc6d921 100644 --- a/xep-0404.xml +++ b/xep-0404.xml @@ -37,6 +37,12 @@ MIX-ANON &ksmithisode; &skille; + + 0.3.1 + 2020-12-01 + gh/@mathieui + Various XML example cleanup and fixes + 0.3.0 2018-06-06 From c727e45ca48ce248ad879de9191060b43d10b689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 1 Dec 2020 18:12:09 +0100 Subject: [PATCH 8/8] XEP-0408: add revision block --- xep-0408.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0408.xml b/xep-0408.xml index 28533486..83b8ee58 100644 --- a/xep-0408.xml +++ b/xep-0408.xml @@ -35,6 +35,12 @@ MIX-MUC &ksmithisode; &skille; + + 0.1.1 + 2020-12-01 + gh/@mathieui + Fix minor XML formatting issues + 0.1.0 2018-05-21