Enables ping module when configuring prosody.
This commit is contained in:
parent
6cd4bb8651
commit
8a22060aa8
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue