From e3a3fe0e7cc889abeab5188b8d5ff12685fb9a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 25 May 2020 00:02:39 +0200 Subject: [PATCH 1/3] XEP-0402: Add schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xep-0402.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/xep-0402.xml b/xep-0402.xml index fddea9a3..63894350 100644 --- a/xep-0402.xml +++ b/xep-0402.xml @@ -402,4 +402,45 @@

Security considerations related to object persistence via publish-subscribe are described in XEP-0060 and XEP-0223.

The client needs to make sure that the server actually supports the "http://jabber.org/protocol/pubsub#publish-options" feature, before relying on it. If it's not supported, the client should configure the '&namespace;' node first (see xep-0060), before adding any bookmarks.

+ + + + + + + + The protocol documented by this schema is defined in + XEP-0402: http://www.xmpp.org/extensions/xep-0402.html + + + + + + + + + + + + + + + + + + + + + + +]]> + From 86f7653904c7605d59ff2cb211b505b6e95770cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 25 May 2020 02:25:23 +0200 Subject: [PATCH 2/3] XEP-0402: Fix closing tags in examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xep-0402.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xep-0402.xml b/xep-0402.xml index fddea9a3..bbf32347 100644 --- a/xep-0402.xml +++ b/xep-0402.xml @@ -347,7 +347,7 @@ - + ]]>

On the other hand, if the event is a retract notification, the client SHOULD leave the room immediately.

@@ -359,7 +359,7 @@ - + ]]> From a096b2d808fd6725fc1299f2cdec26ce4e5d038e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 26 May 2020 17:30:15 +0200 Subject: [PATCH 3/3] XEP-0402: add revision block --- xep-0402.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0402.xml b/xep-0402.xml index 25626376..9ea28a01 100644 --- a/xep-0402.xml +++ b/xep-0402.xml @@ -27,6 +27,12 @@ standards &dcridland; &jcbrand; + + 1.1.0 + 2020-05-26 + mb +

Add schema + other editorial changes

+
1.0.0 2020-03-31