diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-02-14 15:49:43 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-02-14 15:49:43 +0000 |
commit | 601c2fb6dd9b26269d067899a6dec714da5c5557 (patch) | |
tree | 4162caac0f57a139966406da259ab5d7fc3efc78 /prosody.cfg.lua.dist | |
parent | 067a0ad4d8e8831f5cac75099926d60a7bad6323 (diff) | |
download | prosody-601c2fb6dd9b26269d067899a6dec714da5c5557.tar.gz prosody-601c2fb6dd9b26269d067899a6dec714da5c5557.zip |
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.
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
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 |