comparison ChangeLog @ 29630:9f59abd49def

jabber: Validate the hash on incoming BoB objects (in case the CID is on the form algo+hash@bob.xmpp.org).
author Marcus Lundblad <ml@update.uu.se>
date Mon, 22 Mar 2010 21:34:17 +0000
parents ffb8cd9fb528
children 1bde873d1b94
comparison
equal deleted inserted replaced
29629:ffb8cd9fb528 29630:9f59abd49def
53 * Direct messages to a specific resource only upon receipt of a message 53 * Direct messages to a specific resource only upon receipt of a message
54 with content (as opposed to a typing notification, etc). (Thanks to 54 with content (as opposed to a typing notification, etc). (Thanks to
55 rjoly for testing) 55 rjoly for testing)
56 * When sending data using in-band-bytestreams, interpret the block-size 56 * When sending data using in-band-bytestreams, interpret the block-size
57 attribute as the size of the BASE64-encoded representation of the data. 57 attribute as the size of the BASE64-encoded representation of the data.
58 * Validate the hash on incoming BoB data objects (for custom smileys etc.).
58 59
59 Yahoo: 60 Yahoo:
60 * Attempt to better handle transparent proxies interfering with HTTP-based 61 * Attempt to better handle transparent proxies interfering with HTTP-based
61 login. 62 login.
62 * Fix handling of P2P packets, thus fixing the loss of some messages. 63 * Fix handling of P2P packets, thus fixing the loss of some messages.