add vcard_muc module

This commit is contained in:
Sara Aimée Smiseth 2020-05-31 11:24:31 +02:00
parent 41f53ad7be
commit 98e37ca13e
4 changed files with 63 additions and 2 deletions

View file

@ -17,11 +17,12 @@ Component ("proxy." .. domain) "proxy65"
-- Component (domain) "http_upload"
-- is set-up via modules_enabled
Component ("muc." .. domain) "muc"
Component ("conference." .. domain) "muc"
name = "Prosody Chatrooms"
restrict_room_creation = false
max_history_messages = 20
modules_enabled = {
"muc_mam";
"muc_mam",
"vcard_muc"
}