Mercurial > pidgin
changeset 24708:c624b5502874
propagate from branch 'im.pidgin.pidgin.openq' (head f1e6c695a05f8f625adbcfb280ed60933be86b87)
to branch 'im.pidgin.pidgin' (head 3c9a19c05053bc26cf9d64f77c1a003e2aeda737)
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 11 Dec 2008 04:32:15 +0000 |
parents | 2a507db5e715 (current diff) 59aae7636111 (diff) |
children | 8d49c8f019d9 |
files | |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/group_im.c Thu Dec 11 04:29:43 2008 +0000 +++ b/libpurple/protocols/qq/group_im.c Thu Dec 11 04:32:15 2008 +0000 @@ -329,6 +329,7 @@ return; } +#if 0 static void request_room_send_im_ex(PurpleConnection *gc, guint32 room_id, qq_im_format *fmt, gchar *msg, guint16 msg_id, guint8 frag_count, guint8 frag_index) { @@ -358,6 +359,7 @@ /*qq_show_packet("QQ_ROOM_CMD_SEND_IM_EX", raw_data, bytes); */ qq_send_room_cmd(gc, QQ_ROOM_CMD_SEND_IM_EX, room_id, raw_data, bytes); } +#endif /* send a chat msg to a QQ Qun * called by purple */