From f68d335729ced9399427793ef17de847f21f8d4d Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Wed, 26 Nov 2008 08:27:09 +0500 Subject: Modules now sending disco replies --- plugins/mod_vcard.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/mod_vcard.lua') diff --git a/plugins/mod_vcard.lua b/plugins/mod_vcard.lua index d2f2c7ba..1d9b3d63 100644 --- a/plugins/mod_vcard.lua +++ b/plugins/mod_vcard.lua @@ -8,6 +8,8 @@ local t_concat, t_insert = table.concat, table.insert; require "util.jid" local jid_split = jid.split; +require "core.discomanager".set("vcard", "vcard-temp"); + add_iq_handler({"c2s", "s2sin"}, "vcard-temp", function (session, stanza) if stanza.tags[1].name == "vCard" then -- cgit v1.2.3