comparison libpurple/protocols/qq/buddy_list.c @ 24020:2f5a7edd8f68

2008.09.02 - ccpaging <ccpaging(at)gmail.com> * Bugfix: can not send message to the QUN blocked adding * Tickets: Fixes #6957 Fixes #6990 2008.09.02 - ccpaging <ccpaging(at)gmail.com> * Use new tactics of information update: 1. send next package till the previous package received 2. fix duplicated get_room_info and get_room_buddies command
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 11 Sep 2008 13:29:26 +0000
parents 147ada94a1d8
children 1a0caf9983fa 6408be948d56
comparison
equal deleted inserted replaced
24019:147ada94a1d8 24020:2f5a7edd8f68
567 q_bud->port = bs.port; 567 q_bud->port = bs.port;
568 } 568 }
569 q_bud->status =bs.status; 569 q_bud->status =bs.status;
570 570
571 if (q_bud->status == QQ_BUDDY_ONLINE_NORMAL) { 571 if (q_bud->status == QQ_BUDDY_ONLINE_NORMAL) {
572 qq_send_packet_get_level(gc, q_bud->uid); 572 qq_request_get_level(gc, q_bud->uid);
573 } 573 }
574 qq_update_buddy_contact(gc, q_bud); 574 qq_update_buddy_contact(gc, q_bud);
575 } 575 }
576 576
577 /*TODO: maybe this should be qq_update_buddy_status() ?*/ 577 /*TODO: maybe this should be qq_update_buddy_status() ?*/