Software /
code /
prosody
Diff
core/features.lua @ 13657:404d3644ac4a
mod_muc: Integrate support for vcards/avatars on MUC rooms
This was previously served by a community module (mod_vcard_muc).
It can be disabled by setting `vcard_muc = false` in the config.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 06 Feb 2025 17:08:46 +0000 |
parent | 13622:4e908958660e |
child | 13718:569fae28a2f3 |
line wrap: on
line diff
--- a/core/features.lua Thu Feb 06 17:03:03 2025 +0000 +++ b/core/features.lua Thu Feb 06 17:08:46 2025 +0000 @@ -10,6 +10,8 @@ "mod_flags"; -- mod_cloud_notify bundled "mod_cloud_notify"; + -- mod_muc has built-in vcard support + "muc_vcard"; -- Roles, module.may and per-session authz "permissions"; -- prosody.* namespace