diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-11 23:26:16 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-11 23:26:16 +0100 |
commit | a270e6d5c8798dfad2fcd624f7ebb34ec72238a2 (patch) | |
tree | 02f8c348ee0513af5206b3383046d245ac03fb25 /spec | |
parent | 35c3393bca3c7ce6f64ef22f0c2bfa133e4367e1 (diff) | |
download | prosody-a270e6d5c8798dfad2fcd624f7ebb34ec72238a2.tar.gz prosody-a270e6d5c8798dfad2fcd624f7ebb34ec72238a2.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.lua | 5 |
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" |