From: Matthew Wild Date: Thu, 8 Oct 2009 23:22:33 +0000 (+0100) Subject: componentmanager: Auto-load mod_tls for components #hack X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=ecf2600bc52a3d4412a442c7995e9fd0225a5d99;p=prosody.git componentmanager: Auto-load mod_tls for components #hack --- 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