mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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
|
||||
|
||||
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
|
||||
local _G = _G;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue