Software /
code /
prosody-modules
Diff
mod_vcard_muc/mod_vcard_muc.lua @ 6194:3e7fe14921d0
mod_vcard_muc: Add conflict with Prosody versions that have native MUC vcards
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 06 Feb 2025 17:07:00 +0000 |
parent | 5928:d3a72777f149 |
line wrap: on
line diff
--- a/mod_vcard_muc/mod_vcard_muc.lua Thu Feb 06 10:24:30 2025 +0000 +++ b/mod_vcard_muc/mod_vcard_muc.lua Thu Feb 06 17:07:00 2025 +0000 @@ -6,6 +6,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +--% conflicts: muc_vcard local st = require "util.stanza" local jid_split = require "util.jid".split;