diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-29 21:50:40 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-29 21:50:40 +0100 |
commit | 8bc951e8e2145ef85418ab0c745a4cbe45be10bb (patch) | |
tree | 5aec1fb66a3ee5d375b7000ecc58e8232528cd81 | |
parent | 61151d4d82bbb8dbcd3103e8cae04afa20bf6fd7 (diff) | |
download | prosody-8bc951e8e2145ef85418ab0c745a4cbe45be10bb.tar.gz prosody-8bc951e8e2145ef85418ab0c745a4cbe45be10bb.zip |
prosody.cfg.lua.dist: Add mod_csi_simple
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
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 |