Changeset

1891:fd725a28141d

s2smanager: Small comment
author Matthew Wild <mwild1@gmail.com>
date Sun, 04 Oct 2009 16:40:24 +0100
parents 1890:aed0d8a0cca8
children 1892:adc0c80413ee
files core/s2smanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/s2smanager.lua	Sun Oct 04 16:39:57 2009 +0100
+++ b/core/s2smanager.lua	Sun Oct 04 16:40:24 2009 +0100
@@ -440,6 +440,7 @@
 	return true;
 end
 
+-- Stream is authorised, and ready for normal stanzas
 function mark_connected(session)
 	local sendq, send = session.sendq, session.sends2s;