Software /
code /
prosody
Changeset
1255:a25b12c105bb
net.xmppclient_listener: Add small comment
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 31 May 2009 21:31:02 +0100 |
parents | 1254:c199be608546 |
children | 1256:98f0e9eadf3b |
files | net/xmppclient_listener.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/net/xmppclient_listener.lua Sun May 31 02:20:30 2009 +0500 +++ b/net/xmppclient_listener.lua Sun May 31 21:31:02 2009 +0100 @@ -115,6 +115,7 @@ session.log("info", "Client connected"); + -- Client is using legacy SSL (otherwise mod_tls sets this flag) if conn.ssl() then session.secure = true; end