mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 22:57:38 +03:00
Change modules to use the new add_feature module API method.
This also fixes the bug causing disco features being added to every disco reply for every host.
This commit is contained in:
parent
fcf33a735b
commit
2d2414f199
10 changed files with 12 additions and 12 deletions
|
@ -28,7 +28,7 @@ local t_concat, t_insert = table.concat, table.insert;
|
|||
require "util.jid"
|
||||
local jid_split = jid.split;
|
||||
|
||||
require "core.discomanager".set("vcard", "vcard-temp");
|
||||
module:add_feature("vcard-temp");
|
||||
|
||||
module:add_iq_handler({"c2s", "s2sin"}, "vcard-temp",
|
||||
function (session, stanza)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue