comparison libpurple/protocols/msn/msn.c @ 29822:25a53c299713

Allow PRPLs to specify the image formats acceptable for thumbnails (in preferred order).
author Marcus Lundblad <ml@update.uu.se>
date Mon, 15 Mar 2010 21:49:02 +0000
parents 2cb6ea4420a0
children 79bb2804a19e
comparison
equal deleted inserted replaced
29821:bf0cbb79d629 29822:25a53c299713
2731 msn_attention_types, /* attention_types */ 2731 msn_attention_types, /* attention_types */
2732 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2732 sizeof(PurplePluginProtocolInfo), /* struct_size */
2733 msn_get_account_text_table, /* get_account_text_table */ 2733 msn_get_account_text_table, /* get_account_text_table */
2734 NULL, /* initiate_media */ 2734 NULL, /* initiate_media */
2735 NULL, /* get_media_caps */ 2735 NULL, /* get_media_caps */
2736 NULL /* get_moods */ 2736 NULL, /* get_moods */
2737 {"png"} /* file transfer thumbnail spec */
2737 }; 2738 };
2738 2739
2739 static PurplePluginInfo info = 2740 static PurplePluginInfo info =
2740 { 2741 {
2741 PURPLE_PLUGIN_MAGIC, 2742 PURPLE_PLUGIN_MAGIC,