From 2d2414f199a416409e84a3ef9c38a84ea0ba825b Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 4 Dec 2008 20:16:30 +0500 Subject: 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. --- plugins/mod_vcard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_vcard.lua') diff --git a/plugins/mod_vcard.lua b/plugins/mod_vcard.lua index 6b8ee23a..4f78867b 100644 --- a/plugins/mod_vcard.lua +++ b/plugins/mod_vcard.lua @@ -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) -- cgit v1.2.3