Mercurial > pidgin
comparison libpurple/protocols/qq/im.c @ 23052:ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
* 20080629-fixed-qun-processing
Merged patches from moo, ccpaging and coly
Tickets:
References #6199
Sat Jun 28 13:25:40 CST 2008 csyfek@gmail.com
* 20080628-get-friends
Patches from moo and ccpaging.
Tickets:
Fixes #4956.
Fixes #2998.
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Sun, 29 Jun 2008 14:24:21 +0000 |
parents | 55f986ccbb6a |
children | 1c50f12b1c52 |
comparison
equal
deleted
inserted
replaced
23051:55f986ccbb6a | 23052:ebad75b719f5 |
---|---|
382 im_unprocessed->common = common; | 382 im_unprocessed->common = common; |
383 im_unprocessed->unknown = data + bytes; | 383 im_unprocessed->unknown = data + bytes; |
384 im_unprocessed->length = len - bytes; | 384 im_unprocessed->length = len - bytes; |
385 /* a simple process here, maybe more later */ | 385 /* a simple process here, maybe more later */ |
386 purple_debug (PURPLE_DEBUG_WARNING, "QQ", | 386 purple_debug (PURPLE_DEBUG_WARNING, "QQ", |
387 "Normal IM, unprocessed type [0x%04x], unknown [0x%02x], len %d\n", | 387 "Normal IM, unprocessed type [0x%04x], len %d\n", |
388 common->normal_im_type, im_unprocessed->unknown, im_unprocessed->length); | 388 common->normal_im_type, im_unprocessed->length); |
389 qq_show_packet ("QQ unk-im", im_unprocessed->unknown, im_unprocessed->length); | |
389 g_free (common->session_md5); | 390 g_free (common->session_md5); |
390 return; | 391 return; |
391 } | 392 } |
392 | 393 |
393 g_free (common->session_md5); | 394 g_free (common->session_md5); |