# HG changeset patch # User Elliott Sales de Andrade # Date 1262564222 0 # Node ID c706d830cd32a687dd1eebf0717ebc1b19cd79cc # Parent 34594f33c72e058b9dc3268bc67118f83c45e13e The official MSN client supports setting (animated) GIFs as a buddy icon, so we can set them too. diff -r 34594f33c72e -r c706d830cd32 ChangeLog --- a/ChangeLog Sun Jan 03 23:33:59 2010 +0000 +++ b/ChangeLog Mon Jan 04 00:17:02 2010 +0000 @@ -19,6 +19,7 @@ meaning they can be moved or deleted without complaints from your OS. * Buddies who sign in from a second location will no longer cause an unnecessary chat window to open. + * Support setting an animated GIF as a buddy icon. XMPP: * Added support for the SCRAM-SHA-1 SASL mechanism. This is only diff -r 34594f33c72e -r c706d830cd32 libpurple/protocols/msn/msn.c --- a/libpurple/protocols/msn/msn.c Sun Jan 03 23:33:59 2010 +0000 +++ b/libpurple/protocols/msn/msn.c Mon Jan 04 00:17:02 2010 +0000 @@ -2667,7 +2667,7 @@ OPT_PROTO_MAIL_CHECK, NULL, /* user_splits */ NULL, /* protocol_options */ - {"png", 0, 0, 96, 96, 0, PURPLE_ICON_SCALE_SEND}, /* icon_spec */ + {"png,gif", 0, 0, 96, 96, 0, PURPLE_ICON_SCALE_SEND}, /* icon_spec */ msn_list_icon, /* list_icon */ msn_list_emblems, /* list_emblems */ msn_status_text, /* status_text */