log core/sessionmanager.lua @ 339:c6446bbfe40c

age author description
Wed, 19 Nov 2008 05:07:52 +0000 Matthew Wild Fix sending of unavailable presence on disconnect
Tue, 18 Nov 2008 19:44:54 +0000 Matthew Wild session:disconnect() -> session:close() for consistency with other Lua APIs
Tue, 18 Nov 2008 19:40:04 +0000 Matthew Wild Remove useless check for unavailable presence (which never exists)
Tue, 18 Nov 2008 17:52:33 +0000 Matthew Wild Quite some changes, to:
Tue, 18 Nov 2008 05:13:29 +0000 Matthew Wild Allow us to close client connections, with or without a stream error. Partially fixes #8, we still need the same for s2s (though it should be almost a straight copy of the code, I'm too tired atm)
Sun, 16 Nov 2008 05:06:38 +0500 Waqas Hussain Removed unused function send_to_session from sessionmanager (send_to_session replaced by session.send)
Sun, 16 Nov 2008 04:45:31 +0500 Waqas Hussain Fixed sessionmanager to not send session in place of stream features...
Sun, 16 Nov 2008 04:37:54 +0500 Waqas Hussain Fixed sessionmanager to use appropriate method for sending stream features
Sun, 16 Nov 2008 03:16:53 +0500 Waqas Hussain Code cleanup for resource binding
Sat, 25 Oct 2008 21:16:08 +0500 Waqas Hussain Outbound presence subscription
Sat, 25 Oct 2008 06:49:48 +0500 Waqas Hussain Routing code reorganization
Fri, 24 Oct 2008 14:47:23 +0100 Matthew Wild Fix for sessionmanager to not throw error when session doesn't have a private logger
Fri, 24 Oct 2008 07:36:48 +0100 Matthew Wild Merging more s2s
Fri, 24 Oct 2008 07:34:13 +0100 Matthew Wild Partial s2s commit