prosody.cfg.lua.dist: Add mod_csi_simple

This commit is contained in:
Kim Alvefur 2018-10-29 21:50:40 +01:00
parent 61151d4d82
commit 8bc951e8e2

View file

@ -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