From 9cb82504002416a92b65ac8aac909322ac329084 Mon Sep 17 00:00:00 2001
From: Peter Saint-Andre
Date: Sat, 28 Sep 2013 20:29:45 -0600
Subject: [PATCH] schema updates
---
xep-0220.xml | 16 ++++++++++++++
xep-0288.xml | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 73 insertions(+), 2 deletions(-)
diff --git a/xep-0220.xml b/xep-0220.xml
index 09496884..f941303b 100644
--- a/xep-0220.xml
+++ b/xep-0220.xml
@@ -20,6 +20,9 @@
dialback
+
+ http://xmpp.org/schemas/dialback.xsd
+
&jer;
&stpeter;
&fippo;
@@ -725,6 +728,13 @@ home.montague.example. 86400 IN A 10.44.0.
xmlns='jabber:server:dialback'
elementFormDefault='qualified'>
+
+
+ The protocol documented by this schema is defined in
+ XEP-0220: http://www.xmpp.org/extensions/xep-0220.html
+
+
+
@@ -794,6 +804,12 @@ home.montague.example. 86400 IN A 10.44.0.
+
+
+
+
+
+
]]>
diff --git a/xep-0288.xml b/xep-0288.xml
index e22a260d..c010f4a4 100755
--- a/xep-0288.xml
+++ b/xep-0288.xml
@@ -22,6 +22,9 @@
bidi
+
+ http://xmpp.org/schemas/bidi.xsd
+
&fippo;
&dcridland;
@@ -218,6 +221,9 @@ C:
Note that the impact of the "unsolicited server dialback" attack described in XEP-0220 is considerably larger for bidirectional streams, e.g. a vulnerability which allows spoofing might also route messages to the wrong targets. Additionally, dialback elements with a "type" attribute also need to be handled in incoming connections.
+
+ This document requires no interaction with &IANA;.
+
The ®ISTRAR; includes 'urn:xmpp:bidi' in its registry of protocol namespaces (see &NAMESPACES;).
@@ -226,9 +232,58 @@ C:
The XMPP Registrar includes 'urn:xmpp:features:bidi' in its registry of stream features (see &STREAMFEATURES;).
-
- This document requires no interaction with &IANA;.
+
+
+
+
+
+
+
+
+ The protocol documented by this schema is defined in
+ XEP-0288: http://www.xmpp.org/extensions/xep-0288.html
+
+
+
+
+
+
+
+
+
+
+
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ]]>
+
+
Thanks to Justin Karneges and Torje Henriksen.