mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
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:
parent
d70ee791d5
commit
a153b3c267
17 changed files with 144 additions and 97 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue