libpurple/protocols/myspace/myspace.c

branch
vv.ticket34
changeset 22648
e286d795c5f9
parent 22647
bcb89c3964e9
child 23696
1049b744d8c8
equal deleted inserted replaced
22647:bcb89c3964e9 22648:e286d795c5f9
3123 NULL, /* roomlist_room_serialize */ 3123 NULL, /* roomlist_room_serialize */
3124 NULL, /* unregister_user */ 3124 NULL, /* unregister_user */
3125 msim_send_attention, /* send_attention */ 3125 msim_send_attention, /* send_attention */
3126 msim_attention_types, /* attention_types */ 3126 msim_attention_types, /* attention_types */
3127 sizeof(PurplePluginProtocolInfo), /* struct_size */ 3127 sizeof(PurplePluginProtocolInfo), /* struct_size */
3128 NULL /* initiate_media */ 3128 NULL, /* initiate_media */
3129 NULL /* can_do_media */
3129 }; 3130 };
3130 3131
3131 3132
3132 3133
3133 /** Based on MSN's plugin info comments. */ 3134 /** Based on MSN's plugin info comments. */

mercurial