#include "debug.h"#include "conversation.h"#include "notify.h"#include "prefs.h"#include "request.h"#include "util.h"#include "utils.h"#include "packet_parse.h"#include "char_conv.h"#include "group_find.h"#include "group_hash.h"#include "group_info.h"#include "group_im.h"#include "group_network.h"#include "group_opt.h"#include "im.h"group_im.c包含/依赖关系图:

数据结构 | |
| struct | _qq_recv_group_im |
类型定义 | |
| typedef _qq_recv_group_im | qq_recv_group_im |
函数 | |
| void | qq_send_packet_group_im (GaimConnection *gc, qq_group *group, const gchar *msg) |
| void | qq_process_group_cmd_im (guint8 *data, guint8 **cursor, gint len, GaimConnection *gc) |
| void | qq_process_recv_group_im_apply_join (guint8 *data, guint8 **cursor, gint len, guint32 internal_group_id, GaimConnection *gc) |
| void | qq_process_recv_group_im_been_rejected (guint8 *data, guint8 **cursor, gint len, guint32 internal_group_id, GaimConnection *gc) |
| void | qq_process_recv_group_im_been_approved (guint8 *data, guint8 **cursor, gint len, guint32 internal_group_id, GaimConnection *gc) |
| void | qq_process_recv_group_im_been_removed (guint8 *data, guint8 **cursor, gint len, guint32 internal_group_id, GaimConnection *gc) |
| void | qq_process_recv_group_im_been_added (guint8 *data, guint8 **cursor, gint len, guint32 internal_group_id, GaimConnection *gc) |
| void | qq_process_recv_group_im (guint8 *data, guint8 **cursor, gint data_len, guint32 internal_group_id, GaimConnection *gc, guint16 im_type) |
|
|
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 |
|
||||||||||||||||||||
|
在文件group_im.c第93行定义。 |
|
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
||||||||||||||||
|
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 在文件group_im.c第57行定义。 参考 create_packet_b()、create_packet_data()、create_packet_dw()、create_packet_w()、_qq_group::internal_group_id、qq_get_send_im_tail()、QQ_GROUP_CMD_SEND_MSG、qq_send_group_cmd()及QQ_SEND_IM_AFTER_MSG_LEN. 参考自 _qq_chat_send(). 函数调用图: ![]() |
1.4.4