Mercurial > pidgin.yaz
comparison libpurple/protocols/qq/qq_network.c @ 23054: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 | bdb38a8bf721 |
comparison
equal
deleted
inserted
replaced
23053:55f986ccbb6a | 23054:ebad75b719f5 |
---|---|
931 purple_debug(PURPLE_DEBUG_WARNING, "QQ", "Connect in asynchronous mode.\n"); | 931 purple_debug(PURPLE_DEBUG_WARNING, "QQ", "Connect in asynchronous mode.\n"); |
932 qd->tx_handler = purple_input_add(fd, PURPLE_INPUT_WRITE, udp_can_write, gc); | 932 qd->tx_handler = purple_input_add(fd, PURPLE_INPUT_WRITE, udp_can_write, gc); |
933 return; | 933 return; |
934 } | 934 } |
935 | 935 |
936 purple_debug(PURPLE_DEBUG_ERROR, "QQ", "Connection failed: %d\n", g_strerror(errno)); | 936 purple_debug(PURPLE_DEBUG_ERROR, "QQ", "Connection failed: %s\n", g_strerror(errno)); |
937 close(fd); | 937 close(fd); |
938 } | 938 } |
939 | 939 |
940 /* establish a generic QQ connection | 940 /* establish a generic QQ connection |
941 * TCP/UDP, and direct/redirected */ | 941 * TCP/UDP, and direct/redirected */ |