aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-05-27 11:18:42 +0200
committerKim Alvefur <zash@zash.se>2021-05-27 11:18:42 +0200
commit4395895fef2e69d1f71d351bbecff7837672db73 (patch)
treeca8559faa0f090495bcac3fbc8926a7cefbddcb1 /spec
parent59cae27ea29cd4f4fb03e70add52f2ac7936836b (diff)
downloadprosody-4395895fef2e69d1f71d351bbecff7837672db73.tar.gz
prosody-4395895fef2e69d1f71d351bbecff7837672db73.zip
core.modulemanager: Inherit mod_server_contact_info onto components #1270
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/prosody.cfg.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index c5ed279b..6d3980ed 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -127,7 +127,6 @@ Component "conference.localhost" "muc"
admins = { "Admin@localhost" }
modules_enabled = {
"muc_mam";
- "server_contact_info";
}