log mod_smacks/mod_smacks.lua @ 586:f733e7599ed6

age author description
Sun, 29 Jan 2012 20:34:14 +0000 Matthew Wild mod_smacks: Add logging to hibernation and session destruction (thanks darkrain)
Tue, 24 Jan 2012 14:56:00 +0100 Kim Alvefur mod_smacks: Fix smacks on s2s connections, but disable it by default.
Sat, 19 Nov 2011 22:39:02 +0000 Matthew Wild mod_smacks: Don't destroy a session that binds the same resource as a hibernating smacks session (thanks xnyhps for tracking down the problem, though I've used a different fix)
Fri, 18 Mar 2011 21:26:27 +0000 Matthew Wild mod_smacks: Merge mod_fastreconnect (resumption support), fix a number of bugs, refactor the code and add some more comments to explain process
Sat, 16 Oct 2010 07:49:30 +0500 Waqas Hussain mod_smacks: Fixed to use the correct events API.
Thu, 07 Oct 2010 16:19:09 +0100 Matthew Wild mod_smacks: Add commented log statement for future debugging
Thu, 07 Oct 2010 16:18:07 +0100 Matthew Wild mod_smacks: Fixes for monkey-patched sessionmanager.destroy to handle stream resumption, and to fall back to stock destroy() if the session is not smacks-enabled.
Thu, 07 Oct 2010 16:16:49 +0100 Matthew Wild mod_smacks: Fixes for storing the unacked stanzas so that they can be properly replayed to clients on stream resume
Thu, 07 Oct 2010 16:14:31 +0100 Matthew Wild mod_smacks: Fix to reply to stream for s2s sessions
Sat, 24 Jul 2010 11:07:38 +0100 Matthew Wild mod_smacks: Fix the logic for handling outgoing stanzas and ack requests
Thu, 08 Jul 2010 14:01:52 +0100 Matthew Wild mod_smacks: Clean outgoing stanza queue correctly on session close
Thu, 08 Jul 2010 14:01:32 +0100 Matthew Wild mod_smacks: Use filters for catching incoming stanzas (more reliable and efficient), also add some logic to make compatible with the stream resumption module (coming soon)
Thu, 08 Jul 2010 14:00:05 +0100 Matthew Wild mod_smacks: Better logic for deciding what is a stanza and what is not, and deciding when to send ack requests
Thu, 03 Jun 2010 01:08:58 +0100 Matthew Wild mod_smacks: XEP-0198 Stream Management acks. Initial commit - very rough, useful mainly for testing at the moment, most certainly contains bugs :)