comparison ChangeLog @ 28515:191bb5bf2fc5

Don't crash when receiving an error iq response when trying fetch a custom smiley (will happen if a client not supporting BoB sends XHTML-IM containing cid: images). Thanks to Florob, Waqas and Darkrain for finding and hinting about this :)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 31 Aug 2009 20:07:34 +0000
parents 86e6df9a0c80
children daa709ff32e3
comparison
equal deleted inserted replaced
28511:86e6df9a0c80 28515:191bb5bf2fc5
16 * Fix connecting using BOSH and legacy authentication (XEP-0078). 16 * Fix connecting using BOSH and legacy authentication (XEP-0078).
17 * Adding buddies of the form "romeo@montague.net/Resource" are handled 17 * Adding buddies of the form "romeo@montague.net/Resource" are handled
18 properly. In addition, it is no longer possible to add buddies of 18 properly. In addition, it is no longer possible to add buddies of
19 the form "room@conference.example.net/User", where 19 the form "room@conference.example.net/User", where
20 room@conference.example.net is a MUC. 20 room@conference.example.net is a MUC.
21 * Don't crash when receiving "smileyfied" XHTML-IM from clients that don't
22 support bits of binary (ie. when getting an empty <data/> in return)
21 23
22 Yahoo!/Yahoo! JAPAN: 24 Yahoo!/Yahoo! JAPAN:
23 * Accounts now have "Use account proxy for SSL connections" option. This 25 * Accounts now have "Use account proxy for SSL connections" option. This
24 option force-overrides the account specific proxy settings for SSL 26 option force-overrides the account specific proxy settings for SSL
25 connections only and instead uses the global proxy configuration. 27 connections only and instead uses the global proxy configuration.