Software / code / prosody
Comparison
core/s2smanager.lua @ 1891:fd725a28141d
s2smanager: Small comment
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 04 Oct 2009 16:40:24 +0100 |
| parent | 1890:aed0d8a0cca8 |
| child | 1894:53f34ba6f6d6 |
comparison
equal
deleted
inserted
replaced
| 1890:aed0d8a0cca8 | 1891:fd725a28141d |
|---|---|
| 438 mark_connected(session); | 438 mark_connected(session); |
| 439 | 439 |
| 440 return true; | 440 return true; |
| 441 end | 441 end |
| 442 | 442 |
| 443 -- Stream is authorised, and ready for normal stanzas | |
| 443 function mark_connected(session) | 444 function mark_connected(session) |
| 444 local sendq, send = session.sendq, session.sends2s; | 445 local sendq, send = session.sendq, session.sends2s; |
| 445 | 446 |
| 446 local from, to = session.from_host, session.to_host; | 447 local from, to = session.from_host, session.to_host; |
| 447 | 448 |