libpurple/protocols/oscar/libicq.c

changeset 31806
c9a9c04947a4
parent 31599
532045052a3f
child 32315
2550a39e0285
child 32438
dc8991868906
child 38967
303c75b86d86
equal deleted inserted replaced
31805:dcef165b38fd 31806:c9a9c04947a4
39 static PurplePluginProtocolInfo prpl_info = 39 static PurplePluginProtocolInfo prpl_info =
40 { 40 {
41 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE | OPT_PROTO_INVITE_MESSAGE, 41 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE | OPT_PROTO_INVITE_MESSAGE,
42 NULL, /* user_splits */ 42 NULL, /* user_splits */
43 NULL, /* protocol_options */ 43 NULL, /* protocol_options */
44 {"gif,jpeg,bmp,ico", 0, 0, 100, 100, 7168, PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ 44 {"gif,jpeg,bmp,ico", 0, 0, 64, 64, 7168, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */
45 oscar_list_icon_icq, /* list_icon */ 45 oscar_list_icon_icq, /* list_icon */
46 oscar_list_emblem, /* list_emblems */ 46 oscar_list_emblem, /* list_emblems */
47 oscar_status_text, /* status_text */ 47 oscar_status_text, /* status_text */
48 oscar_tooltip_text, /* tooltip_text */ 48 oscar_tooltip_text, /* tooltip_text */
49 oscar_status_types, /* status_types */ 49 oscar_status_types, /* status_types */

mercurial