comparison libpurple/protocols/qq/buddy_list.h @ 24071:619ac2303c46

2009.10.02 - ccpaging <ccpaging(at)gmail.com> * Added 'Captcha Display' function * Most functions from patch written by Emil Alexiev merged into trunk, except 'buddy operations' * 'online buddy status' and 'qun buddies' still have problems
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 14:43:46 +0000
parents bcfc98c7a55f
children 1bdf7b602684
comparison
equal deleted inserted replaced
24070:832178d951ca 24071:619ac2303c46
43 enum { 43 enum {
44 QQ_BUDDY_OFFLINE = 0x00, 44 QQ_BUDDY_OFFLINE = 0x00,
45 QQ_BUDDY_ONLINE_NORMAL = 10, 45 QQ_BUDDY_ONLINE_NORMAL = 10,
46 QQ_BUDDY_CHANGE_TO_OFFLINE = 20, 46 QQ_BUDDY_CHANGE_TO_OFFLINE = 20,
47 QQ_BUDDY_ONLINE_AWAY = 30, 47 QQ_BUDDY_ONLINE_AWAY = 30,
48 QQ_BUDDY_ONLINE_INVISIBLE = 40 48 QQ_BUDDY_ONLINE_INVISIBLE = 40,
49 QQ_BUDDY_ONLINE_BUSY = 50,
49 }; 50 };
50 51
51 void qq_request_get_buddies_online(PurpleConnection *gc, guint8 position, gint update_class); 52 void qq_request_get_buddies_online(PurpleConnection *gc, guint8 position, gint update_class);
52 guint8 qq_process_get_buddies_online_reply(guint8 *data, gint data_len, PurpleConnection *gc); 53 guint8 qq_process_get_buddies_online_reply(guint8 *data, gint data_len, PurpleConnection *gc);
53 54