comparison libgaim/protocols/qq/login_logout.h @ 14318:437ce90442cf

[gaim-migrate @ 17011] Use GaimPresence to keep track of our status instead of qd->status. Also allow invisible logins. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 24 Aug 2006 07:00:34 +0000
parents 60b1bc8dbf37
children c039c920e11c
comparison
equal deleted inserted replaced
14317:c8ddda5d8ec8 14318:437ce90442cf
25 25
26 #include <glib.h> 26 #include <glib.h>
27 #include "connection.h" 27 #include "connection.h"
28 28
29 #define QQ_LOGIN_MODE_NORMAL 0x0a 29 #define QQ_LOGIN_MODE_NORMAL 0x0a
30 #define QQ_LOGIN_MODE_AWAY 0x1e
30 #define QQ_LOGIN_MODE_HIDDEN 0x28 31 #define QQ_LOGIN_MODE_HIDDEN 0x28
31 32
32 void qq_send_packet_request_login_token(GaimConnection *gc); 33 void qq_send_packet_request_login_token(GaimConnection *gc);
33 void qq_process_request_login_token_reply(guint8 *buf, gint buf_len, GaimConnection *gc); 34 void qq_process_request_login_token_reply(guint8 *buf, gint buf_len, GaimConnection *gc);
34 void qq_process_login_reply(guint8 *buf, gint buf_len, GaimConnection *gc); 35 void qq_process_login_reply(guint8 *buf, gint buf_len, GaimConnection *gc);