diff net/xmppclient_listener.lua @ 1255:a25b12c105bb

net.xmppclient_listener: Add small comment
author Matthew Wild <mwild1@gmail.com>
date Sun, 31 May 2009 21:31:02 +0100
parents d3534badd748
children db9cb1f24f38
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