Enables ping module when configuring prosody.

This commit is contained in:
damencho 2015-08-27 16:03:46 -05:00
parent 6cd4bb8651
commit 8a22060aa8
1 changed files with 1 additions and 0 deletions

View File

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