diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-06-01 01:36:42 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-06-01 01:36:42 +0100 |
commit | f68d9c8e14dedd4bab4a49b9cc9d818b9cc22c65 (patch) | |
tree | 57bb090dfc3a278993148b96bf1832e640c5287a /net | |
parent | a406492eac0743ee7c842defe9622b143992d3da (diff) | |
parent | f87fd81a4a3de75958eb489de371fa6830e48fb2 (diff) | |
download | prosody-f68d9c8e14dedd4bab4a49b9cc9d818b9cc22c65.tar.gz prosody-f68d9c8e14dedd4bab4a49b9cc9d818b9cc22c65.zip |
Automated merge with http://waqas.ath.cx:8000/
Diffstat (limited to 'net')
-rw-r--r-- | net/xmppclient_listener.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xmppclient_listener.lua b/net/xmppclient_listener.lua index ca892c17..617f0467 100644 --- a/net/xmppclient_listener.lua +++ b/net/xmppclient_listener.lua @@ -115,6 +115,7 @@ function xmppclient.listener(conn, data) session.log("info", "Client connected"); + -- Client is using legacy SSL (otherwise mod_tls sets this flag) if conn.ssl() then session.secure = true; end |