From 601c2fb6dd9b26269d067899a6dec714da5c5557 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 14 Feb 2022 15:49:43 +0000 Subject: 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. --- prosody.cfg.lua.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 54426d6f..5089780f 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -56,6 +56,7 @@ modules_enabled = { "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 @@ modules_enabled = { "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 -- cgit v1.2.3