Browse Source

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

bgrozev 1 năm trước cách đây
mục cha
commit
14efd9cc6d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
 -- 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 -}}