diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-16 00:30:13 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-16 00:30:13 +0000 |
commit | 984abd96c9bf16ec925476dd7a8cd9f93b654242 (patch) | |
tree | 6a8c87822c1fe8004430ed58bc890894f78dcf6d /core/sessionmanager.lua | |
parent | d3497ccf48b98f6d41d56b35aac563cc4dcb76a5 (diff) | |
parent | b0bfd62708158be23e21e6a1021650b4a988dc27 (diff) | |
download | prosody-984abd96c9bf16ec925476dd7a8cd9f93b654242.tar.gz prosody-984abd96c9bf16ec925476dd7a8cd9f93b654242.zip |
Merge with waqas
Diffstat (limited to 'core/sessionmanager.lua')
-rw-r--r-- | core/sessionmanager.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 93ba3b84..0d65f6d6 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -55,11 +55,6 @@ function destroy_session(session) 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 |