diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-04 16:40:24 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-04 16:40:24 +0100 |
commit | b3bc4ba406af1b9a494d7ee921707fe2a0fa4859 (patch) | |
tree | 169f13afb49b8fefd10f6c2dc6983d3233248456 | |
parent | a49eec37941ee416e83ed60c16e94dbb7d14f24d (diff) | |
download | prosody-b3bc4ba406af1b9a494d7ee921707fe2a0fa4859.tar.gz prosody-b3bc4ba406af1b9a494d7ee921707fe2a0fa4859.zip |
s2smanager: Small comment
-rw-r--r-- | core/s2smanager.lua | 1 |
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; |