소스 검색

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

bgrozev 1 년 전
부모
커밋
14efd9cc6d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 -}}