From a87492d53c5691095337930bccafb1f5964206e5 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 11 Sep 2020 18:34:06 +0200 Subject: mod_server_contact_info: Apply JID normalization --- spec/scansion/prosody.cfg.lua | 2 ++ spec/scansion/server_contact_info.scs | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) (limited to 'spec') diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 3ed97e31..c5ed279b 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -124,8 +124,10 @@ hide_os_type = true -- absence tested for in version.scs Component "conference.localhost" "muc" storage = "memory" + admins = { "Admin@localhost" } modules_enabled = { "muc_mam"; + "server_contact_info"; } diff --git a/spec/scansion/server_contact_info.scs b/spec/scansion/server_contact_info.scs index 6efc7fd1..f33d0957 100644 --- a/spec/scansion/server_contact_info.scs +++ b/spec/scansion/server_contact_info.scs @@ -53,4 +53,29 @@ Romeo receives: + +Romeo sends: + + + + + + + + + http://jabber.org/network/serverinfo + + + + xmpp:admin@localhost + + + + + + + + + + Romeo disconnects -- cgit v1.2.3