aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-12-11 23:26:16 +0100
committerKim Alvefur <zash@zash.se>2018-12-11 23:26:16 +0100
commitabbf8a6b78264e44bb7d634dbf1bcb66649e0248 (patch)
tree02f8c348ee0513af5206b3383046d245ac03fb25 /spec
parent743c5bd552deeb935adcf94057cd015e10a70745 (diff)
downloadprosody-abbf8a6b78264e44bb7d634dbf1bcb66649e0248.tar.gz
prosody-abbf8a6b78264e44bb7d634dbf1bcb66649e0248.zip
spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/prosody.cfg.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index e8872bff..8d6e7c0a 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -27,6 +27,11 @@ modules_enabled = {
"ping"; -- Replies to XMPP pings with pongs
"register"; -- Allow users to register on this server using a client and change passwords
--"mam"; -- Store messages in an archive and allow users to access it
+ --"csi_simple"; -- Simple Mobile optimizations
+
+ -- Admin interfaces
+ --"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
+ --"admin_telnet"; -- Opens telnet console interface on localhost port 5582
-- HTTP modules
--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"