From 4ca636bb7ea175908c46b97de1002028fb7a79f7 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 17 Dec 2023 18:55:14 +0100 Subject: mod_disco: Advertise disco#info and #items on bare JIDs to fix #1664 Having to add these in *there* places seems less than ideal. I would also think that advertising disco#info is a bit redundant, since it is a requirement for everything in XMPP and if it was missing you would get an error back. --- spec/scansion/disco_self.scs | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 spec/scansion/disco_self.scs (limited to 'spec') diff --git a/spec/scansion/disco_self.scs b/spec/scansion/disco_self.scs new file mode 100644 index 00000000..6782e884 --- /dev/null +++ b/spec/scansion/disco_self.scs @@ -0,0 +1,26 @@ +# Basic login and initial presence + +[Client] Romeo + jid: discoverer@localhost + password: password + +--------- + +Romeo connects + +Romeo sends: + + + + +Romeo receives: + + + + + + + + +Romeo disconnects + -- cgit v1.2.3