Browse Source

Enables ping module when configuring prosody.

j8
damencho 9 years ago
parent
commit
8a22060aa8
1 changed files with 1 additions and 0 deletions
  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 View File

@@ -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"

Loading…
Cancel
Save