Mercurial > prosody-hg
changeset 320:b7a24b0ce767
Merge with waqas
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 16 Nov 2008 00:30:13 +0000 |
| parents | 4a8a949c3870 (current diff) dcb5bce69a0f (diff) |
| children | 31fe15ce6fac 96e2019d112d |
| files | |
| diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/core/sessionmanager.lua Sun Nov 16 00:29:15 2008 +0000 +++ b/core/sessionmanager.lua Sun Nov 16 00:30:13 2008 +0000 @@ -55,11 +55,6 @@ end end -function send_to_session(session, data) - log("debug", "Sending: %s", tostring(data)); - session.conn.write(tostring(data)); -end - function make_authenticated(session, username) session.username = username; if session.type == "c2s_unauthed" then
