X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=core%2Fcomponentmanager.lua;h=6f5e28e608abc6dc35d104f8530fb4b59c910815;hb=154cae8558010dbb85963b04f1dc1cc901bc6d8c;hp=30ffd8a8cc984925c0866d01689f86e50f25e334;hpb=3010a2deadb740c3e4990aa9f2d9e13a709a1c99;p=prosody.git diff --git a/core/componentmanager.lua b/core/componentmanager.lua index 30ffd8a8..6f5e28e6 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -101,6 +101,7 @@ function register_component(host, component, session) disco_items:set(host:sub(host:find(".", 1, true)+1), host, true); end modulemanager.load(host, "dialback"); + modulemanager.load(host, "tls"); log("debug", "component added: "..host); return session or hosts[host]; else