aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-10-07 12:56:53 +0200
committerKim Alvefur <zash@zash.se>2013-10-07 12:56:53 +0200
commit7da00de6e9c6990da97da982a4691213562d6e22 (patch)
tree121f351fb160d4534449768e1c2808a66e05e74e /plugins/mod_saslauth.lua
parentdbb308a3935ce41afa777500b828ed21bb7e508a (diff)
parent913e2225b5dcf1baf7d623122046da4f27766a04 (diff)
downloadprosody-7da00de6e9c6990da97da982a4691213562d6e22.tar.gz
prosody-7da00de6e9c6990da97da982a4691213562d6e22.zip
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_saslauth.lua')
-rw-r--r--plugins/mod_saslauth.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_saslauth.lua b/plugins/mod_saslauth.lua
index f24eacf8..4513c511 100644
--- a/plugins/mod_saslauth.lua
+++ b/plugins/mod_saslauth.lua
@@ -242,7 +242,7 @@ module:hook("stream-features", function(event)
return;
end
origin.sasl_handler = usermanager_get_sasl_handler(module.host, origin);
- if origin.secure then
+ if origin.encrypted then
-- check wether LuaSec has the nifty binding to the function needed for tls-unique
-- FIXME: would be nice to have this check only once and not for every socket
if origin.conn:socket().getpeerfinished then