libpurple/protocols/novell/novell.c

branch
soc.2013.gobjectification.plugins
changeset 36545
23b59a16c808
parent 36544
1bf8b6ef5aea
child 36583
0582190c9382
equal deleted inserted replaced
36544:1bf8b6ef5aea 36545:23b59a16c808
1215 if (user_record) { 1215 if (user_record) {
1216 text = nm_user_record_get_status_text(user_record); 1216 text = nm_user_record_get_status_text(user_record);
1217 } 1217 }
1218 } 1218 }
1219 1219
1220 purple_prpl_got_user_status(account, name, status_id, 1220 purple_protocol_got_user_status(account, name, status_id,
1221 "message", text, NULL); 1221 "message", text, NULL);
1222 purple_prpl_got_user_idle(account, name, 1222 purple_protocol_got_user_idle(account, name,
1223 (novellstatus == NM_STATUS_AWAY_IDLE), idle); 1223 (novellstatus == NM_STATUS_AWAY_IDLE), idle);
1224 } 1224 }
1225 1225
1226 /* Iterate through the cached Purple buddy list and remove buddies 1226 /* Iterate through the cached Purple buddy list and remove buddies
1227 * that are not in the server side list. 1227 * that are not in the server side list.
3537 NULL, /* roomlist_expand_category */ 3537 NULL, /* roomlist_expand_category */
3538 NULL, /* can_receive_file */ 3538 NULL, /* can_receive_file */
3539 NULL, /* send_file */ 3539 NULL, /* send_file */
3540 NULL, /* new_xfer */ 3540 NULL, /* new_xfer */
3541 NULL, /* offline_message */ 3541 NULL, /* offline_message */
3542 NULL, /* whiteboard_prpl_ops */ 3542 NULL, /* whiteboard_protocol_ops */
3543 NULL, /* send_raw */ 3543 NULL, /* send_raw */
3544 NULL, /* roomlist_room_serialize */ 3544 NULL, /* roomlist_room_serialize */
3545 NULL, /* unregister_user */ 3545 NULL, /* unregister_user */
3546 NULL, /* send_attention */ 3546 NULL, /* send_attention */
3547 NULL, /* get_attention_types */ 3547 NULL, /* get_attention_types */

mercurial