From 53c9d4a4f88182b319a5f67b3bb5ed7442098c19 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 5 Feb 2019 01:15:01 +0100 Subject: [PATCH] xep-0284: Fix xmlns in disco#info examples XEP-0030 was from the `http://jabber.org/protocol/*` era, nothing else uses `http://xmpp.org/protocol`. This appears to be a mistake, which is corrected in this commit. --- xep-0284.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xep-0284.xml b/xep-0284.xml index 029a7cb5..398a5ae2 100644 --- a/xep-0284.xml +++ b/xep-0284.xml @@ -265,13 +265,13 @@ to='kingclaudius@shakespeare.lit/castle' id='disco1'> type='get'> - + ]]>

If the host supports Shared XML Editing over XMPP, it MUST return features of "urn:xmpp:sxe:0" and "urn:xmpp:jingle:transports:sxe" &NSNOTE;:

- + ...