comparison libpurple/protocols/oscar/family_auth.c @ 20661:408c4bb03915

Invalidate old oscar icons when someone clears their icon. Fixes #765.
author Mark Doliner <mark@kingant.net>
date Wed, 26 Sep 2007 07:57:14 +0000
parents 44b4e8bd759b
children 2fd32731ff57
comparison
equal deleted inserted replaced
20659:94a64640af5d 20661:408c4bb03915
436 * them to call aim_send_login right away, which will detect the session 436 * them to call aim_send_login right away, which will detect the session
437 * flag that says this is XOR login and ignore the key, sending an ICQ 437 * flag that says this is XOR login and ignore the key, sending an ICQ
438 * login request instead of the normal SNAC one. 438 * login request instead of the normal SNAC one.
439 * 439 *
440 * As soon as AOL makes ICQ log in the same way as AIM, this is /gone/. 440 * As soon as AOL makes ICQ log in the same way as AIM, this is /gone/.
441 *
442 * XXX This may cause problems if the client relies on callbacks only
443 * being called from the context of aim_rxdispatch()...
444 *
445 */ 441 */
446 static int 442 static int
447 goddamnicq(OscarData *od, FlapConnection *conn, const char *sn) 443 goddamnicq(OscarData *od, FlapConnection *conn, const char *sn)
448 { 444 {
449 FlapFrame frame; 445 FlapFrame frame;