mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
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:
parent
fcf33a735b
commit
2d2414f199
10 changed files with 12 additions and 12 deletions
|
@ -22,7 +22,7 @@
|
|||
local st = require "util.stanza";
|
||||
local t_concat = table.concat;
|
||||
|
||||
require "core.discomanager".set("legacyauth", "jabber:iq:auth");
|
||||
module:add_feature("jabber:iq:auth");
|
||||
|
||||
module:add_iq_handler("c2s_unauthed", "jabber:iq:auth",
|
||||
function (session, stanza)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue