Mercurial > prosody-modules
view 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 |
line wrap: on
line source
--- labels: - Stage-Deprecated - Stage-Stable summary: Support for MUC vCards and avatars --- # Introduction 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. # Usage Add "vcard_muc" to your modules_enabled list: ``` lua Component "conference.example.org" "muc" modules_enabled = { "vcard_muc", } ``` # Compatibility ------ ----------------------------------------- 13 Room avatar feature included in Prosody 0.12 Works ------ -----------------------------------------
