# HG changeset patch # User Kim Alvefur # Date 1544567176 -3600 # Node ID 3a1b07d8c314c6e5d12d96f49144ed8a74e9068b # Parent 7baac5f0c3a57f1b27732f718795b9624cd3a96c spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons diff -r 7baac5f0c3a5 -r 3a1b07d8c314 spec/scansion/prosody.cfg.lua --- a/spec/scansion/prosody.cfg.lua Tue Dec 11 23:25:16 2018 +0100 +++ b/spec/scansion/prosody.cfg.lua Tue Dec 11 23:26:16 2018 +0100 @@ -27,6 +27,11 @@ "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"