libpurple/protocols/myspace/myspace.c

branch
vv
changeset 22071
4c47e360e467
parent 22069
841d24b3a2bc
child 22398
1a6f172dfbd4
equal deleted inserted replaced
22070:19fdeda36e38 22071:4c47e360e467
2988 msim_send_really_raw, /* send_raw */ 2988 msim_send_really_raw, /* send_raw */
2989 NULL, /* roomlist_room_serialize */ 2989 NULL, /* roomlist_room_serialize */
2990 NULL, /* unregister_user */ 2990 NULL, /* unregister_user */
2991 msim_send_attention, /* send_attention */ 2991 msim_send_attention, /* send_attention */
2992 msim_attention_types, /* attention_types */ 2992 msim_attention_types, /* attention_types */
2993 sizeof(PurplePluginProtocolInfo) 2993 sizeof(PurplePluginProtocolInfo), /* struct_size */
2994 NULL /* initiate_media */
2994 }; 2995 };
2995 2996
2996 2997
2997 2998
2998 /** Based on MSN's plugin info comments. */ 2999 /** Based on MSN's plugin info comments. */

mercurial