aboutsummaryrefslogtreecommitdiffstats
path: root/core/modulemanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-05 19:16:32 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-05 19:16:32 +0100
commit3b33f156543f9d521885afd84d479052b4debcc0 (patch)
tree61b7ce7a6bfc0919de331db7855cf2e04e349eaf /core/modulemanager.lua
parent11883a5b0bd98527f9cf6ad644a285551dce02c4 (diff)
parent0c9336110d8dceb2c9801ee68b9817801014fefe (diff)
downloadprosody-3b33f156543f9d521885afd84d479052b4debcc0.tar.gz
prosody-3b33f156543f9d521885afd84d479052b4debcc0.zip
Merged local TLS branch
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r--core/modulemanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 696e0f08..1ad1f990 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -49,6 +49,7 @@ function loadall()
load("legacyauth");
load("roster");
load("register");
+ load("tls");
end
function load(name)