Software /
code /
prosody
Comparison
core/s2smanager.lua @ 2509:e8a0f2368cde
s2smanager: Whitespace
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 28 Jan 2010 13:39:23 +0000 |
parent | 2472:cde876604bb7 |
child | 2537:80641e786b35 |
comparison
equal
deleted
inserted
replaced
2508:fed7f19db0da | 2509:e8a0f2368cde |
---|---|
179 end | 179 end |
180 log("debug", "Buffering data on unconnected s2sout to %s", to_host); | 180 log("debug", "Buffering data on unconnected s2sout to %s", to_host); |
181 buffer[#buffer+1] = data; | 181 buffer[#buffer+1] = data; |
182 log("debug", "Buffered item %d: %s", #buffer, tostring(data)); | 182 log("debug", "Buffered item %d: %s", #buffer, tostring(data)); |
183 end | 183 end |
184 | |
185 end | 184 end |
186 | 185 |
187 return host_session; | 186 return host_session; |
188 end | 187 end |
189 | 188 |