Mercurial > prosody-modules
comparison mod_vcard_muc/README.markdown @ 3043:6cc44e69443a
mod_vcard_muc: Initial commit
author | Michel Le Bihan <michel@lebihan.pl> |
---|---|
date | Thu, 24 May 2018 20:27:48 +0200 |
parents | |
children | 883d45d2082a |
comparison
equal
deleted
inserted
replaced
3042:4f215f5227cf | 3043:6cc44e69443a |
---|---|
1 Introduction | |
2 ============ | |
3 | |
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. | |
5 | |
6 Usage | |
7 ===== | |
8 | |
9 Add "vcard\_muc" to your modules\_enabled list: | |
10 | |
11 ``` {.lua} | |
12 Component "conference.example.org" "muc" | |
13 modules_enabled = { | |
14 "vcard_muc", | |
15 } | |
16 ``` | |
17 | |
18 Compatibility | |
19 ============= | |
20 | |
21 ----- ------------- | |
22 trunk Works | |
23 0.10 Should work | |
24 0.9 Should work | |
25 ----- ------------- | |
26 | |
27 |