comparison ChangeLog @ 29772:3ac7f10d13d4

jabber: Send whitespace keepalives every two minutes of (outgoing) silence. This works around stupid behavior of Openfire hopefully (otherwise we may need to send a full IQ ping instead of a whitespace tab). Closes #10767
author Paul Aurich <paul@darkrain42.org>
date Wed, 21 Apr 2010 19:07:19 +0000
parents 6eeb50155af8
children 9e60e300541a
comparison
equal deleted inserted replaced
29771:fb270a3d0732 29772:3ac7f10d13d4
82 * Validate the hash on incoming BoB data objects (for custom smileys etc.), 82 * Validate the hash on incoming BoB data objects (for custom smileys etc.),
83 cache based per JID when the CID is not a valid hash (as specified by the 83 cache based per JID when the CID is not a valid hash (as specified by the
84 BoB XEP). 84 BoB XEP).
85 * Present a better error message when authentication fails while trying 85 * Present a better error message when authentication fails while trying
86 to connect to Facebook. (David Reiss, Facebook) 86 to connect to Facebook. (David Reiss, Facebook)
87 * Send whitespace keepalives if we haven't sent data in a while (2
88 minutes). This fixes an issue with Openfire disconnecting a
89 libpurple-baesd client that has just been quiet for about 6
90 minutes.
87 91
88 Yahoo/Yahoo JAPAN: 92 Yahoo/Yahoo JAPAN:
89 * Attempt to better handle transparent proxies interfering with HTTP-based 93 * Attempt to better handle transparent proxies interfering with HTTP-based
90 login. 94 login.
91 * Fix handling of P2P packets, thus fixing the loss of some messages. 95 * Fix handling of P2P packets, thus fixing the loss of some messages.