| 44 } |
44 } |
| 45 |
45 |
| 46 static PurplePluginProtocolInfo prpl_info = |
46 static PurplePluginProtocolInfo prpl_info = |
| 47 { |
47 { |
| 48 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
48 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
| 49 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE | OPT_PROTO_INVITE_MESSAGE | OPT_PROTO_AUTHORIZATION_DENIED_MESSAGE, |
49 OPT_PROTO_MAIL_CHECK | OPT_PROTO_INVITE_MESSAGE | OPT_PROTO_AUTHORIZATION_DENIED_MESSAGE, |
| 50 NULL, /* user_splits */ |
50 NULL, /* user_splits */ |
| 51 NULL, /* protocol_options */ |
51 NULL, /* protocol_options */ |
| 52 {"gif,jpeg,bmp,ico", 0, 0, 64, 64, 7168, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ |
52 {"gif,jpeg,bmp,ico", 0, 0, 64, 64, 7168, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ |
| 53 oscar_list_icon_icq, /* list_icon */ |
53 oscar_list_icon_icq, /* list_icon */ |
| 54 oscar_list_emblem, /* list_emblems */ |
54 oscar_list_emblem, /* list_emblems */ |