mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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:
parent
067a0ad4d8
commit
601c2fb6dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue