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.
Add “vcard_muc” to your modules_enabled list:
"conference.example.org" "muc"
Component = {
modules_enabled "vcard_muc",
}
trunk1 | Works |
0.12 | Works |
as of 2024-10-22↩︎
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_vcard_muc
For earlier versions see the documentation for installing 3rd party modules