comparison libpurple/protocols/myspace/myspace.c @ 25690:3da0957e7821

propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00) to branch 'im.pidgin.soc.2008.vv' (head eb4a2834050e39f5387e97121b534adb7ffd1234)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 26 Jun 2008 20:25:38 +0000
parents 19ab21882b38 ff29208e03ef
children adf153852bcf
comparison
equal deleted inserted replaced
23394:eac0561dfd55 25690:3da0957e7821
3144 msim_send_really_raw, /* send_raw */ 3144 msim_send_really_raw, /* send_raw */
3145 NULL, /* roomlist_room_serialize */ 3145 NULL, /* roomlist_room_serialize */
3146 NULL, /* unregister_user */ 3146 NULL, /* unregister_user */
3147 msim_send_attention, /* send_attention */ 3147 msim_send_attention, /* send_attention */
3148 msim_attention_types, /* attention_types */ 3148 msim_attention_types, /* attention_types */
3149 3149 sizeof(PurplePluginProtocolInfo), /* struct_size */
3150 sizeof(PurplePluginProtocolInfo), /* struct_size */
3151 msim_get_account_text_table, /* get_account_text_table */ 3150 msim_get_account_text_table, /* get_account_text_table */
3151 NULL, /* initiate_media */
3152 NULL /* can_do_media */
3152 }; 3153 };
3153 3154
3154 3155
3155 3156
3156 /** Based on MSN's plugin info comments. */ 3157 /** Based on MSN's plugin info comments. */