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
commit8bc951e8e2145ef85418ab0c745a4cbe45be10bb (patch)
tree5aec1fb66a3ee5d375b7000ecc58e8232528cd81 /prosody.cfg.lua.dist
parent61151d4d82bbb8dbcd3103e8cae04afa20bf6fd7 (diff)
downloadprosody-8bc951e8e2145ef85418ab0c745a4cbe45be10bb.tar.gz
prosody-8bc951e8e2145ef85418ab0c745a4cbe45be10bb.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