| 2146 NULL, /* roomlist_room_serialize */ |
2146 NULL, /* roomlist_room_serialize */ |
| 2147 NULL, /* unregister_user */ |
2147 NULL, /* unregister_user */ |
| 2148 msn_send_attention, /* send_attention */ |
2148 msn_send_attention, /* send_attention */ |
| 2149 msn_attention_types, /* attention_types */ |
2149 msn_attention_types, /* attention_types */ |
| 2150 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
2150 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
| 2151 NULL /* initiate_media */ |
2151 NULL, /* initiate_media */ |
| |
2152 NULL /* can_do_media */ |
| 2152 }; |
2153 }; |
| 2153 |
2154 |
| 2154 static PurplePluginInfo info = |
2155 static PurplePluginInfo info = |
| 2155 { |
2156 { |
| 2156 PURPLE_PLUGIN_MAGIC, |
2157 PURPLE_PLUGIN_MAGIC, |