comparison ChangeLog @ 29673:674d1b0272a7

jabber: Eliminate spurious warning when connecting to Facebook. Fixes #11320 committer: Paul Aurich <paul@darkrain42.org>
author dreiss@facebook.com
date Sat, 03 Apr 2010 06:07:04 +0000
parents 69decc147e5b
children 4839a889f705
comparison
equal deleted inserted replaced
29672:51f997e2347f 29673:674d1b0272a7
71 * When sending data using in-band-bytestreams, interpret the block-size 71 * When sending data using in-band-bytestreams, interpret the block-size
72 attribute as the size of the BASE64-encoded representation of the data. 72 attribute as the size of the BASE64-encoded representation of the data.
73 * Validate the hash on incoming BoB data objects (for custom smileys etc.), 73 * Validate the hash on incoming BoB data objects (for custom smileys etc.),
74 cache based per JID when the CID is not a valid hash (as specified by the 74 cache based per JID when the CID is not a valid hash (as specified by the
75 BoB XEP). 75 BoB XEP).
76 * Present a better error message when authentication fails while trying
77 to connect to Facebook. (David Reiss, Facebook)
76 78
77 Yahoo/Yahoo JAPAN: 79 Yahoo/Yahoo JAPAN:
78 * Attempt to better handle transparent proxies interfering with HTTP-based 80 * Attempt to better handle transparent proxies interfering with HTTP-based
79 login. 81 login.
80 * Fix handling of P2P packets, thus fixing the loss of some messages. 82 * Fix handling of P2P packets, thus fixing the loss of some messages.