From 3a365dc37f427d6f2cd4c29f11329f57f5fe3aec Mon Sep 17 00:00:00 2001 From: Link Mauve Date: Sun, 11 Jan 2026 20:09:36 +0100 Subject: [PATCH 1/4] XEP-0494: Add the XML schema --- xep-0494.xml | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/xep-0494.xml b/xep-0494.xml index 534a54017..ceb78a4a0 100644 --- a/xep-0494.xml +++ b/xep-0494.xml @@ -209,6 +209,103 @@ keep client session information for no longer than necessary.

None.

+ + + + + + + + The protocol documented by this schema is defined in + XEP-0494: https://xmpp.org/extensions/xep-0494.html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]>

Thanks to Kim Alvefur for assisting in the review of this protocol, and the From 2be44136e9d0e881355eb1f4a366f25bb76a7a9b Mon Sep 17 00:00:00 2001 From: Link Mauve Date: Sun, 11 Jan 2026 20:10:15 +0100 Subject: [PATCH 2/4] XEP-0494: Fill the XMPP Registrar Considerations This specification actually defines a namespace. --- xep-0494.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xep-0494.xml b/xep-0494.xml index ceb78a4a0..f5122ef4f 100644 --- a/xep-0494.xml +++ b/xep-0494.xml @@ -207,7 +207,10 @@ keep client session information for no longer than necessary.

-

None.

+

This specification defines the following XML namespace:

+
From b29ee51b2eed5e307ea8d0dc98dfb2d863e852ef Mon Sep 17 00:00:00 2001 From: Link Mauve Date: Sun, 11 Jan 2026 20:12:43 +0100 Subject: [PATCH 3/4] XEP-0494: Use the proper entity for the author As defined in xep.ent. --- xep-0494.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/xep-0494.xml b/xep-0494.xml index f5122ef4f..74850bd22 100644 --- a/xep-0494.xml +++ b/xep-0494.xml @@ -16,11 +16,7 @@ cam - -Matthew -Wild -mwild1@gmail.com - +&mwild; 0.1.0 2024-09-17 From b7c8739963ccfe4474f4f73a87829ea319075716 Mon Sep 17 00:00:00 2001 From: Link Mauve Date: Sun, 11 Jan 2026 20:13:27 +0100 Subject: [PATCH 4/4] XEP-0494: Add a revision block with my changes --- xep-0494.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/xep-0494.xml b/xep-0494.xml index 74850bd22..11d85d675 100644 --- a/xep-0494.xml +++ b/xep-0494.xml @@ -17,6 +17,17 @@ cam &mwild; + + 0.1.1 + 2026-01-11 + egp + +
    +
  • Add the XML schema.
  • +
  • Declare the namespace to the registrar.
  • +
+
+
0.1.0 2024-09-17