diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-01-12 19:19:39 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-01-12 19:19:39 +0000 |
commit | ee6016754a89bdfdf347874804f817093ab6d15f (patch) | |
tree | dd7f497a365c7b1507cdf0d8270b4ce57748fa1c /files/prosody.cfg.lua | |
parent | c27272d011b283bf7d7c434a08146e0281a0da90 (diff) |
Replace csi_simple with csi_battery_saver
This should help reduce XMPP clients' battery consumption on mobile devices.
Diffstat (limited to 'files/prosody.cfg.lua')
-rw-r--r-- | files/prosody.cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/prosody.cfg.lua b/files/prosody.cfg.lua index b954600..903a4a7 100644 --- a/files/prosody.cfg.lua +++ b/files/prosody.cfg.lua @@ -12,7 +12,7 @@ modules_enabled = { "blocklist"; "bookmarks"; "carbons"; - "csi_simple"; + "csi_battery_saver"; "dialback"; "disco"; "invites"; |