ソースを参照

Enables ping module when configuring prosody.

master
damencho 9年前
コミット
8a22060aa8
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

+ 1
- 0
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example ファイルの表示

@@ -13,6 +13,7 @@ VirtualHost "jitmeet.example.com"
13 13
         modules_enabled = {
14 14
             "bosh";
15 15
             "pubsub";
16
+            "ping"; -- Enable mod_ping
16 17
         }
17 18
 
18 19
 Component "conference.jitmeet.example.com" "muc"

読み込み中…
キャンセル
保存