X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/ac9d127c4cd3ec4533f4ec3ea02dd69b517e6d50..0fbca447d7dca874c24a6151caa662d7a661c419:/roles/prosody/templates/prosody.cfg.lua diff --git a/roles/prosody/templates/prosody.cfg.lua b/roles/prosody/templates/prosody.cfg.lua index ab08c09..238ca75 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 }; @@ -117,7 +117,7 @@ pidfile = "/var/run/prosody/prosody.pid" -- to use SSL/TLS, you may comment or remove this ssl = { key = "/etc/ssl/private/letsencrypt/live.key"; - certificate = "/etc/ssl/mycerts/letsencrypt/live.crt+chain"; + certificate = "/etc/ssl/mycerts/letsencrypt/live.crt"; ciphers = "ALL:!EXPORT:!LOW:!MEDIUM:!aNULL:!3DES"; dhparam = "/etc/ssl/dh2048.pem"; }