Mercurial > prosody-modules
annotate mod_vcard_muc/README.md @ 6562:5da6fb562df9 default tip
mod_unified_push: Fix push error handling (fixes #2000)
Use the error object that send_iq() passes
as an argument to it's reject callback instead of attempting
and failing to do the parsing in the callback itself.
| author | kmq |
|---|---|
| date | Mon, 06 Jul 2026 14:23:57 +0200 |
| parents | 8f64e0bf52a0 |
| children |
| rev | line source |
|---|---|
|
4879
883d45d2082a
mod_vcard_muc: Add a summary to improve SEO
Kim Alvefur <zash@zash.se>
parents:
3043
diff
changeset
|
1 --- |
|
5980
01189386a768
mod_vcard_muc: Add Label, Update Compability
Menel <menel@snikket.de>
parents:
5975
diff
changeset
|
2 labels: |
|
6225
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
3 - Stage-Deprecated |
|
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
4 - Stage-Stable |
|
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
5 summary: Support for MUC vCards and avatars |
|
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
6 --- |
|
4879
883d45d2082a
mod_vcard_muc: Add a summary to improve SEO
Kim Alvefur <zash@zash.se>
parents:
3043
diff
changeset
|
7 |
|
5980
01189386a768
mod_vcard_muc: Add Label, Update Compability
Menel <menel@snikket.de>
parents:
5975
diff
changeset
|
8 # Introduction |
|
3043
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
9 |
|
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
10 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. |
|
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
11 |
|
5980
01189386a768
mod_vcard_muc: Add Label, Update Compability
Menel <menel@snikket.de>
parents:
5975
diff
changeset
|
12 # Usage |
|
3043
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
13 |
|
6225
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
14 Add "vcard_muc" to your modules_enabled list: |
|
3043
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
15 |
|
6225
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
16 ``` lua |
|
3043
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
17 Component "conference.example.org" "muc" |
|
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
18 modules_enabled = { |
|
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
19 "vcard_muc", |
|
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
20 } |
|
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
21 ``` |
|
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
22 |
|
5980
01189386a768
mod_vcard_muc: Add Label, Update Compability
Menel <menel@snikket.de>
parents:
5975
diff
changeset
|
23 # Compatibility |
|
3043
6cc44e69443a
mod_vcard_muc: Initial commit
Michel Le Bihan <michel@lebihan.pl>
parents:
diff
changeset
|
24 |
|
6225
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
25 ------ ----------------------------------------- |
|
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
26 13 Room avatar feature included in Prosody |
|
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
27 0.12 Works |
|
8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
Kim Alvefur <zash@zash.se>
parents:
6224
diff
changeset
|
28 ------ ----------------------------------------- |
