diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 10:59:07 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 10:59:07 +0100 |
commit | 4c96553e8d2e624626c3e9d8b1b097b2f59265fe (patch) | |
tree | 8c59bc98009ac1dc71296e7a5359cbce1f9df17f | |
parent | 88661808abe13a93969fe43727bc61d737597ba0 (diff) |
Remove deprecated vcard_muc module
This is not available in prosody-modules
0.0~hg20250402.f315edc39f3d+dfsg-2.
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 06da831..dfec9c2 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -41,7 +41,6 @@ Component "conference.{{ virtual_host }}" "muc" modules_enabled = { "muc"; "muc_mam"; - "vcard_muc"; } log_all_rooms = true |