Browse Source

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

bgrozev 1 year ago
parent
commit
14efd9c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      prosody/rootfs/defaults/prosody.cfg.lua

+ 2 - 1
prosody/rootfs/defaults/prosody.cfg.lua

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