# HG changeset patch # User Matthew Wild # Date 1336699040 -3600 # Node ID ea44fad8871558e2bcbe41f87c55008aba633b6a # Parent f7a4920aed6bb533c85e0fa6cc00f30e09fc6ced mod_s2s: Remove TODO comment for SASL/TLS on s2s (thanks Florob) diff -r f7a4920aed6b -r ea44fad88715 plugins/mod_s2s/mod_s2s.lua --- a/plugins/mod_s2s/mod_s2s.lua Fri May 11 02:04:29 2012 +0100 +++ b/plugins/mod_s2s/mod_s2s.lua Fri May 11 02:17:20 2012 +0100 @@ -177,7 +177,6 @@ function stream_callbacks.streamopened(session, attr) local send = session.sends2s; - -- TODO: #29: SASL/TLS on s2s streams session.version = tonumber(attr.version) or 0; -- TODO: Rename session.secure to session.encrypted