Mercurial > prosody-modules
log mod_smacks/mod_smacks.lua @ 1149:d055c44a7f61
age | author | description |
---|---|---|
Wed, 29 May 2013 11:37:42 +0200 | Kim Alvefur | mod_smacks: Allow resumption if the TCP connection is closed from our end, c15cea87036f ensures distinction from cleanly closed streams (thanks Lance) |
Sun, 05 May 2013 11:23:50 +0200 | Kim Alvefur | mod_smacks: Complain a little louder about clients trying to resume after resource binding |
Thu, 25 Apr 2013 17:37:33 +0200 | Kim Alvefur | mod_smacks: Wrap session:close() and make the session not resumable |
Thu, 25 Apr 2013 17:34:30 +0200 | Kim Alvefur | mod_smacks: If a hibernating session was destroyed before the timeout, don't destroy it again or say that it was resumed |
Sat, 09 Mar 2013 20:49:30 +0100 | Kim Alvefur | mod_smacks: Don't allow steam resumption onto a stream after resource binding |
Mon, 11 Feb 2013 19:21:31 +0100 | Kim Alvefur | mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent. |