mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
modulemanager: Load mod_saslauth on components by default
This commit is contained in:
parent
8e115ce876
commit
461da4b3b6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pcall = function(f, ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
local autoload_modules = {"presence", "message", "iq", "offline", "c2s", "s2s"};
|
local autoload_modules = {"presence", "message", "iq", "offline", "c2s", "s2s"};
|
||||||
local component_inheritable_modules = {"tls", "dialback", "iq", "s2s"};
|
local component_inheritable_modules = {"tls", "saslauth", "dialback", "iq", "s2s"};
|
||||||
|
|
||||||
-- We need this to let modules access the real global namespace
|
-- We need this to let modules access the real global namespace
|
||||||
local _G = _G;
|
local _G = _G;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue