mod_muc_webchat_url: Fix default url
[prosody-modules.git] / mod_vcard_muc / README.markdown
blob4d2995414518db18847466604eb193bf4a63af92
1 Introduction
2 ============
4 This module adds the ability to set vCard for MUC rooms. One of the most common use case is to be able to define an avatar for your own MUC room.
6 Usage
7 =====
9 Add "vcard\_muc" to your modules\_enabled list:
11 ``` {.lua}
12 Component "conference.example.org" "muc"
13 modules_enabled = {
14   "vcard_muc",
16 ```
18 Compatibility
19 =============
21   ----- -------------
22   trunk Works
23   0.10  Should work
24   0.9   Should work
25   ----- -------------