Software /
code /
prosody
Changeset
9702:3a1b07d8c314
spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 11 Dec 2018 23:26:16 +0100 |
parents | 9701:7baac5f0c3a5 |
children | 9704:89f2ebf0615b |
files | spec/scansion/prosody.cfg.lua |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"