From 7b85ba4f9105b91bc1b5b2f14bfe28b71e7aed89 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Wed, 19 Jul 2023 17:42:40 +0200 Subject: [PATCH] XEP-0333: Change 'discover support' example The 'discover support' example should not use a server/domain JID, as there's precious little for servers to support. Instead, a client JID is used. --- xep-0333.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/xep-0333.xml b/xep-0333.xml index 6545d6d4..f8feb312 100644 --- a/xep-0333.xml +++ b/xep-0333.xml @@ -30,6 +30,12 @@ im@spencermacdonald.com im@spencermacdonald.com + + 0.4.1 + 2023-07-19 + gdk + Changed discovery example to use client JIDs. + 0.4 2020-04-15 @@ -129,9 +135,9 @@

If an entity supports the Chat Markers protocol, it MUST report that by including a &xep0030; feature of "urn:xmpp:chat-markers:0" in response to disco#info requests:

- + + ]]> @@ -139,7 +145,7 @@ + ...