prosody: disable "offline" and "register" modules. (#1727)

pull/1728/head
bgrozev 9 months ago committed by GitHub
parent 8e282568b8
commit 14efd9cc6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      prosody/rootfs/defaults/prosody.cfg.lua

@ -131,7 +131,8 @@ firewall_scripts = {
-- These modules are auto-loaded, but should you want
-- to disable them then uncomment them here:
modules_disabled = {
-- "offline"; -- Store offline messages
"offline"; -- Store offline messages
"register";
-- "c2s"; -- Handle client connections
{{ if not $ENABLE_S2S -}}

Loading…
Cancel
Save