瀏覽代碼

Changes default prosody config.

j8
Damian Minkov 11 年之前
父節點
當前提交
ae7403753f
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8
    8
      debian/usr/share/doc/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

+ 8
- 8
debian/usr/share/doc/jitsi-meet-prosody/prosody.cfg.lua-jvb.example 查看文件

@@ -74,15 +74,15 @@ modules_enabled = {
74 74
                 --"motd"; -- Send a message to users when they log in
75 75
                 --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
76 76
         -- jitmeet
77
-                "smacks";
78
-                "carbons";
79
-                "mam";
80
-                "lastactivity";
81
-                "offline";
77
+                --"smacks";
78
+                --"carbons";
79
+                --"mam";
80
+                --"lastactivity";
81
+                --"offline";
82 82
                 "pubsub";
83
-                "adhoc";
84
-                "websocket";
85
-                "http_altconnect";
83
+                --"adhoc";
84
+                --"websocket";
85
+                --"http_altconnect";
86 86
                 "turncredentials";
87 87
 }
88 88
 

Loading…
取消
儲存