Software /
code /
prosody
Changeset
1942:f74c267f7e1b
componentmanager: Auto-load mod_tls for components #hack
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 09 Oct 2009 00:22:33 +0100 |
parents | 1941:3f765fde5149 |
children | 1943:3d4c703d9333 |
files | core/componentmanager.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/core/componentmanager.lua Fri Oct 09 00:19:46 2009 +0100 +++ b/core/componentmanager.lua Fri Oct 09 00:22:33 2009 +0100 @@ -101,6 +101,7 @@ 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