From f38d91e3e46db7c9504124a1d95b196e88c5b35d Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Wed, 24 Feb 2021 19:08:46 -0500 Subject: [PATCH 1/4] XEP-0313: remove "FIXME" comment --- xep-0313.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xep-0313.xml b/xep-0313.xml index 6902c43b..b90e39e4 100644 --- a/xep-0313.xml +++ b/xep-0313.xml @@ -772,8 +772,11 @@ ]]> -

This specification reserves the 'node' attribute of the <query> element for use with pubsub archives. Full details of using - this protocol to query pubsub node archives are documented in [FIXME: number to be assigned to xep-pubsub-mam].

+

+ This specification reserves the 'node' attribute of the <query> + element for use with pubsub archives. + Its use is defined in &xep0442;. +

From 3256473bc874f791253c143798db504a71addca4 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Wed, 24 Feb 2021 22:37:24 -0500 Subject: [PATCH 2/4] XEP-0313: add registrar considerations section --- xep-0313.xml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/xep-0313.xml b/xep-0313.xml index b90e39e4..0c2511d7 100644 --- a/xep-0313.xml +++ b/xep-0313.xml @@ -878,6 +878,76 @@ + +

This specification defines the following XML namespace:

+
    +
  • urn:xmpp:mam:2
  • +
+

+ Upon advancement of this specification from a status of Experimental to a + status of Draft, the ®ISTRAR; shall add the foregoing namespace to the + registry located at &DISCOFEATURES; as described in Section 4 of + &xep0053;. +

+ + urn:xmpp:mam:2 + Support for Message Archive Management. + &xep0313; +]]> +

+ The ®ISTRAR; shall also add the foregoing namespace to the Jabber/XMPP + Protocol Namespaces Registry located at &NAMESPACES;. +

+ + urn:xmpp:mam:2 + &xep0313; +]]> +
+ +

+ This specification defines the following form types: +

+
    +
  • urn:xmpp:mam:2
  • +
+

+ Upon advancement of this specification from a status of Experimental to a + status of Draft, the ®ISTRAR; shall add the foregoing namespace to the + registry located at &FORMTYPES; as described in &xep0068;. +

+ + urn:xmpp:mam:2 + &xep0313; + Query for items in a message archive. + + + + + + +]]> +
From bace5148fe9ca886bbaf9e7d5c8d1b83e4135688 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Wed, 24 Feb 2021 22:41:32 -0500 Subject: [PATCH 3/4] XEP-0313: fix mixed tabs/spaces in examples I left this alone for the rest of the document because it would just enlarge the diff, but there's a lot more of this that could really use some cleanup. --- xep-0313.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xep-0313.xml b/xep-0313.xml index 0c2511d7..1fcf8603 100644 --- a/xep-0313.xml +++ b/xep-0313.xml @@ -246,7 +246,7 @@

Servers MUST NOT include the <stanza-id/> element in messages addressed to JIDs that do not have permissions to access the archive, such as a users’s outgoing messages to their contacts. However servers SHOULD include the element as a child of the forwarded message when using &xep0280;

Call me but love, and I'll be new baptized; Henceforth I never will be Romeo. @@ -803,12 +803,12 @@ - - ... - - - ... - + + ... + + + ... + ]]> From 20c5635d4962c5a1a7ab5b0cfbea0a6dabe4ff7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 2 Mar 2021 17:23:35 +0100 Subject: [PATCH 4/4] XEP-0313: add revision block --- xep-0313.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xep-0313.xml b/xep-0313.xml index 1fcf8603..e8876154 100644 --- a/xep-0313.xml +++ b/xep-0313.xml @@ -28,6 +28,14 @@ &mwild; &ksmith; + + 0.7.3 + 2021-03-02 + ssw + +

Add registrar section; fix another broken link to MAM-PUBSUB

+
+
0.7.2 2020-09-29