Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.

This commit is contained in:
Matthew Wild 2008-11-27 03:12:12 +00:00
parent d70ee791d5
commit a153b3c267
17 changed files with 144 additions and 97 deletions

View file

@ -4,7 +4,7 @@ local t_concat = table.concat;
require "core.discomanager".set("legacyauth", "jabber:iq:auth");
add_iq_handler("c2s_unauthed", "jabber:iq:auth",
module:add_iq_handler("c2s_unauthed", "jabber:iq:auth",
function (session, stanza)
local username = stanza.tags[1]:child_with_name("username");
local password = stanza.tags[1]:child_with_name("password");
@ -43,4 +43,4 @@ add_iq_handler("c2s_unauthed", "jabber:iq:auth",
end
end
end);
end);