diff options
author | matthew <devnull@localhost> | 2008-08-24 04:34:01 +0000 |
---|---|---|
committer | matthew <devnull@localhost> | 2008-08-24 04:34:01 +0000 |
commit | b7e9b10cced42ad969011b3d906b2c13bd3de20e (patch) | |
tree | f2f8fa58f681e26d47cbeb9361257c68271c7ac2 /main.lua | |
parent | 78739d9638b857bf5c8ce249036818a92eceae46 (diff) | |
download | prosody-b7e9b10cced42ad969011b3d906b2c13bd3de20e.tar.gz prosody-b7e9b10cced42ad969011b3d906b2c13bd3de20e.zip |
Working presence!
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,8 @@ function handler(conn, data, err) session.parser = lxp.new(session.xml_handlers, ":"); function session.disconnect(err) + hosts[session.host].sessions[session.username] = nil; + session = nil; print("Disconnected: "..err); end end |