Software /
code /
prosody
Log
plugins/mod_s2s/mod_s2s.lua @ 4996:164dc19519d8
description | author | age |
---|---|---|
mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug' | Matthew Wild | Mon, 23 Jul 2012 18:28:14 +0100 |
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages | Matthew Wild | Mon, 23 Jul 2012 17:32:33 +0100 |
mod_s2s: Adjust session:close() in line with mod_c2s's - fixes waiting for </stream:stream> if it has already been sent by the peer | Matthew Wild | Mon, 23 Jul 2012 13:31:26 +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 |