aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-10-04 16:40:24 +0100
committerMatthew Wild <mwild1@gmail.com>2009-10-04 16:40:24 +0100
commitb3bc4ba406af1b9a494d7ee921707fe2a0fa4859 (patch)
tree169f13afb49b8fefd10f6c2dc6983d3233248456 /core/s2smanager.lua
parenta49eec37941ee416e83ed60c16e94dbb7d14f24d (diff)
downloadprosody-b3bc4ba406af1b9a494d7ee921707fe2a0fa4859.tar.gz
prosody-b3bc4ba406af1b9a494d7ee921707fe2a0fa4859.zip
s2smanager: Small comment
Diffstat (limited to 'core/s2smanager.lua')
-rw-r--r--core/s2smanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index e49c3f93..716d174e 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -440,6 +440,7 @@ function make_authenticated(session, host)
return true;
end
+-- Stream is authorised, and ready for normal stanzas
function mark_connected(session)
local sendq, send = session.sendq, session.sends2s;