Diff

prosody.cfg.lua.dist @ 12334:e621bb7bb623

prosody.cfg.lua.dist: Enable csi_simple by default It was added here in 2018, and at that time probably a bit too new to be enabled by default. Times change, and most people have this enabled now.
author Matthew Wild <mwild1@gmail.com>
date Mon, 14 Feb 2022 15:49:43 +0000
parent 12332:0d245034600a
child 12335:abfe210adcc4
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Thu Feb 10 19:54:14 2022 +0000
+++ b/prosody.cfg.lua.dist	Mon Feb 14 15:49:43 2022 +0000
@@ -56,6 +56,7 @@
 		"dialback"; -- s2s dialback support
 
 	-- Nice to have
+		"csi_simple"; -- Simple Mobile optimizations
 		"version"; -- Replies to server version requests
 		"uptime"; -- Report how long server has been running
 		"time"; -- Let others know the time here on this server
@@ -65,7 +66,6 @@
 		"invites_register"; -- Create accounts using invites
 		"invites_adhoc"; -- Create invites via AdHoc command
 		--"mam"; -- Store messages in an archive and allow users to access it
-		--"csi_simple"; -- Simple Mobile optimizations
 		--"turn_external"; -- Provide external TURN (and STUN) service
 
 	-- Admin interfaces