aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-29 21:50:40 +0100
committerKim Alvefur <zash@zash.se>2018-10-29 21:50:40 +0100
commit8bcf7d9d09d5e152c56cc8a100f55354de4f5e47 (patch)
tree5aec1fb66a3ee5d375b7000ecc58e8232528cd81 /prosody.cfg.lua.dist
parent9386bcbd2adc2f7efbdfd937a0af5bb03da5c823 (diff)
downloadprosody-8bcf7d9d09d5e152c56cc8a100f55354de4f5e47.tar.gz
prosody-8bcf7d9d09d5e152c56cc8a100f55354de4f5e47.zip
prosody.cfg.lua.dist: Add mod_csi_simple
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index a0fc6c9e..f3affc97 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -58,6 +58,7 @@ 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