#include <glib.h>header_info.h包含/依赖关系图:

此图展示直接或间接包含该文件的文件:

宏定义 | |
| #define | QQ_UDP_HEADER_LENGTH 7 |
| #define | QQ_TCP_HEADER_LENGTH 9 |
| #define | QQ_PACKET_TAG 0x02 |
| #define | QQ_PACKET_TAIL 0x03 |
| #define | QQ_CLIENT 0x0f15 |
枚举 | |
| enum | { QQ_CMD_LOGOUT = 0x0001, QQ_CMD_KEEP_ALIVE = 0x0002, QQ_CMD_UPDATE_INFO = 0x0004, QQ_CMD_SEARCH_USER = 0x0005, QQ_CMD_GET_USER_INFO = 0x0006, QQ_CMD_ADD_FRIEND_WO_AUTH = 0x0009, QQ_CMD_DEL_FRIEND = 0x000a, QQ_CMD_BUDDY_AUTH = 0x000b, QQ_CMD_CHANGE_ONLINE_STATUS = 0x000d, QQ_CMD_ACK_SYS_MSG = 0x0012, QQ_CMD_SEND_IM = 0x0016, QQ_CMD_RECV_IM = 0x0017, QQ_CMD_REMOVE_SELF = 0x001c, QQ_CMD_REQUEST_KEY = 0x001d, QQ_CMD_CELL_PHONE_1 = 0x0021, QQ_CMD_LOGIN = 0x0022, QQ_CMD_GET_FRIENDS_LIST = 0x0026, QQ_CMD_GET_FRIENDS_ONLINE = 0x0027, QQ_CMD_CELL_PHONE_2 = 0x0029, QQ_CMD_GROUP_CMD = 0x0030, QQ_CMD_GET_LOGIN_TOKEN = 0x0062, QQ_CMD_RECV_MSG_SYS = 0x0080, QQ_CMD_RECV_MSG_FRIEND_CHANGE_STATUS = 0x0081 } |
函数 | |
| const gchar * | qq_get_cmd_desc (gint type) |
| const gchar * | qq_get_source_str (gint source) |
|
|
在文件header_info.h第37行定义。 参考自 _create_packet_head_seq()、_qq_create_packet_file_header()、_qq_send_file()、qq_process_msg_sys()及qq_send_packet_im(). |
|
|
在文件header_info.h第33行定义。 |
|
|
在文件header_info.h第34行定义。 参考自 _qq_packet_process()、qq_send_cmd()、qq_send_packet_login()及qq_send_packet_login_token(). |
|
|
在文件header_info.h第31行定义。 |
|
|
The QQ2003C protocol plugin for gaim Copyright (C) 2004 Puzzlebird This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 在文件header_info.h第30行定义。 |
|
|
在文件header_info.h第39行定义。 |
|
|
1.4.4