Mercurial > prosody-modules
view mod_vcard_muc/README.md @ 6543:19bee2a6436a
mod_muc_mav: allow to work even in very large rooms
Tested on a MUC with almost 5000 affiliations
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Tue, 19 May 2026 13:31:35 -0500 |
| 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 ------ -----------------------------------------
