Software /
code /
prosody
Log
description | author | age |
---|---|---|
Merge 0.9->trunk | Matthew Wild | Sun, 22 Jul 2012 17:08:09 +0100 |
mod_s2s: Don't call ondisconnect manually, don't call conn:close() 3 times (!) and merge its logic and streamdisconnected into session_close - including now waiting for a reply </stream:stream> if there is the chance of further stanzas requiring delivery arriving. session.sends2s() on a half-closed stream returns false. | Matthew Wild | Sun, 22 Jul 2012 17:07:21 +0100 |
mod_s2s: Don't treat a stanza as delivered if session.sends2s() returns false | Matthew Wild | Sun, 22 Jul 2012 17:04:02 +0100 |
mod_presence: Handle nil disconnection error | Matthew Wild | Sun, 22 Jul 2012 17:02:18 +0100 |
mod_iq: Don't treat an iq as handled if session.send() returns false | Matthew Wild | Sun, 22 Jul 2012 17:01:52 +0100 |
mod_message: Don't treat a message as delivered ok if session.send() returns false | Matthew Wild | Sun, 22 Jul 2012 16:59:55 +0100 |