mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 05:00:39 +00:00
add vcard_muc module
This commit is contained in:
parent
41f53ad7be
commit
98e37ca13e
4 changed files with 63 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue