From ecf2600bc52a3d4412a442c7995e9fd0225a5d99 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 9 Oct 2009 00:22:33 +0100 Subject: [PATCH] componentmanager: Auto-load mod_tls for components #hack --- core/componentmanager.lua | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2