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.
This commit is contained in:
Matthew Wild 2022-02-14 15:49:43 +00:00
parent 067a0ad4d8
commit 601c2fb6dd

View file

@ -56,6 +56,7 @@ modules_enabled = {
"dialback"; -- s2s dialback support "dialback"; -- s2s dialback support
-- Nice to have -- Nice to have
"csi_simple"; -- Simple Mobile optimizations
"version"; -- Replies to server version requests "version"; -- Replies to server version requests
"uptime"; -- Report how long server has been running "uptime"; -- Report how long server has been running
"time"; -- Let others know the time here on this server "time"; -- Let others know the time here on this server
@ -65,7 +66,6 @@ modules_enabled = {
"invites_register"; -- Create accounts using invites "invites_register"; -- Create accounts using invites
"invites_adhoc"; -- Create invites via AdHoc command "invites_adhoc"; -- Create invites via AdHoc command
--"mam"; -- Store messages in an archive and allow users to access it --"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 --"turn_external"; -- Provide external TURN (and STUN) service
-- Admin interfaces -- Admin interfaces