X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosody;h=5802c348ee68995331e36b9969802ad73ef5a369;hb=ef1203070f0ff66a02c428741ce78127cf6075f1;hp=00fde04cd4243410d5032835493085e460dac0d0;hpb=4b04011794bd7ad28d58d9827a3551d782e66a53;p=prosody.git diff --git a/prosody b/prosody index 00fde04c..5802c348 100755 --- a/prosody +++ b/prosody @@ -132,8 +132,8 @@ end function sanity_check() for host, host_config in pairs(config.getconfig()) do if host ~= "*" - and host_config.core.enabled ~= false - and not host_config.core.component_module then + and host_config.enabled ~= false + and not host_config.component_module then return; end end @@ -198,6 +198,7 @@ function set_function_metatable() end function init_global_state() + -- COMPAT: These globals are deprecated bare_sessions = {}; full_sessions = {}; hosts = {};