From: Ralf Jung Date: Wed, 19 Dec 2018 18:55:50 +0000 (+0100) Subject: update prosody config X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/fdf915a7edbe8a38b182b196492a1a8cecf7d169?ds=sidebyside update prosody config --- diff --git a/roles/prosody/templates/prosody.cfg.lua b/roles/prosody/templates/prosody.cfg.lua index ab08c09..d92d82e 100644 --- a/roles/prosody/templates/prosody.cfg.lua +++ b/roles/prosody/templates/prosody.cfg.lua @@ -85,7 +85,7 @@ modules_enabled = { -- Community modules "smacks"; -- XEP-0198: Stream Management - "csi"; "filter_chatstates"; "throttle_presence"; -- XEP-0352: Client State Indication + "csi_battery_saver"; -- XEP-0352: Client State Indication "http_upload"; -- XEP-0363: HTTP File Upload "register_web"; -- what it says on the tin };