diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-05 17:33:38 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-05 17:33:38 +0100 |
commit | ab40a27df16e912e23812e2d75e52c7f083b81d8 (patch) | |
tree | 6fbd9e847fcc0789ae4971a3d3a6e0b9bc6f6b0c /core | |
parent | 11883a5b0bd98527f9cf6ad644a285551dce02c4 (diff) | |
download | prosody-ab40a27df16e912e23812e2d75e52c7f083b81d8.tar.gz prosody-ab40a27df16e912e23812e2d75e52c7f083b81d8.zip |
TLS: Handshake works, no data after that
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 1 |
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) |