Changeset

9590:6d4da1b4b6f4 0.11

prosody.cfg.lua.dist: Add mod_csi_simple
author Kim Alvefur <zash@zash.se>
date Mon, 29 Oct 2018 21:50:40 +0100
parents 9589:aeb054ee88c5
children 9591:b0d309abf7d4
files prosody.cfg.lua.dist
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Mon Oct 29 21:15:38 2018 +0100
+++ b/prosody.cfg.lua.dist	Mon Oct 29 21:50:40 2018 +0100
@@ -58,6 +58,7 @@
 		"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