#include "internal.h"#include "debug.h"#include "notify.h"#include "utils.h"#include "packet_parse.h"#include "buddy_info.h"#include "char_conv.h"#include "crypt.h"#include "header_info.h"#include "infodlg.h"#include "keep_alive.h"#include "send_core.h"buddy_info.c包含/依赖关系图:

数据结构 | |
| struct | _qq_info_query |
宏定义 | |
| #define | QQ_CONTACT_FIELDS 37 |
类型定义 | |
| typedef _qq_info_query | qq_info_query |
函数 | |
| void | qq_send_packet_get_info (GaimConnection *gc, guint32 uid, gboolean show_window) |
| void | qq_send_packet_modify_info (GaimConnection *gc, contact_info *info, gchar *new_passwd) |
| void | qq_process_modify_info_reply (guint8 *buf, gint buf_len, GaimConnection *gc) |
| void | qq_refresh_buddy_and_myself (contact_info *info, GaimConnection *gc) |
| void | qq_process_get_info_reply (guint8 *buf, gint buf_len, GaimConnection *gc) |
| void | qq_info_query_free (qq_data *qd) |
|
|
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 在文件buddy_info.c第40行定义。 参考自 qq_process_get_info_reply()及qq_send_packet_modify_info(). |
|
|
|
|
|
在文件buddy_info.c第256行定义。 参考自 _qq_common_clean(). |
|
||||||||||||||||
|
||||||||||||||||
|
在文件buddy_info.c第134行定义。 参考 DECRYPT、qq_crypt()、_qq_data::session_key及_qq_data::uid. 参考自 _qq_packet_process(). 函数调用图: ![]() |
|
||||||||||||
|
||||||||||||||||
|
||||||||||||||||
|
在文件buddy_info.c第96行定义。 参考 create_packet_b()、create_packet_data()、MAX_PACKET_SIZE、QQ_CMD_UPDATE_INFO、QQ_CONTACT_FIELDS及qq_send_cmd(). 函数调用图: ![]() |
1.4.4