| 989 NULL, /* unregister_user */ |
989 NULL, /* unregister_user */ |
| 990 NULL, /* send_attention */ |
990 NULL, /* send_attention */ |
| 991 NULL, /* get attention_types */ |
991 NULL, /* get attention_types */ |
| 992 |
992 |
| 993 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
993 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
| 994 NULL |
994 NULL, /* get_account_text_table */ |
| |
995 NULL, /* initiate_media */ |
| |
996 NULL /* can_do_media */ |
| 995 }; |
997 }; |
| 996 |
998 |
| 997 static PurplePluginInfo info = { |
999 static PurplePluginInfo info = { |
| 998 PURPLE_PLUGIN_MAGIC, |
1000 PURPLE_PLUGIN_MAGIC, |
| 999 PURPLE_MAJOR_VERSION, |
1001 PURPLE_MAJOR_VERSION, |