repo.or.cz
/
prosody-modules.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mod_muc_webchat_url: Fix default url
[prosody-modules.git]
/
mod_vcard_muc
/
README.markdown
blob
4d2995414518db18847466604eb193bf4a63af92
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