# HG changeset patch # User Matthew Wild # Date 1644853783 0 # Node ID e621bb7bb623c90085dd62a6250aec9e4f812a93 # Parent ed8a4f8dfd27e6bd9484bdfb692716e40d5f85b8 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. diff -r ed8a4f8dfd27 -r e621bb7bb623 prosody.cfg.lua.dist --- 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