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:
Waqas Hussain 2008-12-04 20:16:30 +05:00
parent fcf33a735b
commit 2d2414f199
10 changed files with 12 additions and 12 deletions

View file

@ -26,7 +26,7 @@ local t_concat = table.concat;
local start_time = os.time();
require "core.discomanager".set("uptime", "jabber:iq:last");
module:add_feature("jabber:iq:last");
module:add_iq_handler({"c2s", "s2sin"}, "jabber:iq:last",
function (origin, stanza)