s2smanager: More whitespace

Thu, 17 Dec 2009 21:18:02 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 17 Dec 2009 21:18:02 +0000
changeset 2378
bc1ae371ad54
parent 2377
78c5cb163ea9
child 2381
7926f513816b

s2smanager: More whitespace

core/s2smanager.lua file | annotate | diff | comparison | revisions
--- a/core/s2smanager.lua	Thu Dec 17 21:17:47 2009 +0000
+++ b/core/s2smanager.lua	Thu Dec 17 21:18:02 2009 +0000
@@ -374,7 +374,6 @@
 		end
 		if session.version >= 1.0 then
 			local features = st.stanza("stream:features");
-							
 			if session.to_host then
 				hosts[session.to_host].events.fire_event("s2s-stream-features", { session = session, features = features });
 			else
@@ -391,7 +390,7 @@
 	
 		-- Send unauthed buffer
 		-- (stanzas which are fine to send before dialback)
-		-- Note that this is *not* the stanza queue (which 
+		-- Note that this is *not* the stanza queue (which
 		-- we can only send if auth succeeds) :)
 		local send_buffer = session.send_buffer;
 		if send_buffer and #send_buffer > 0 then
@@ -479,7 +478,6 @@
 			end
 			session.sendq = nil;
 		end
-		
 		session.srv_hosts = nil;
 	end
 end

mercurial