on gaim 1.3, openq disconnects continuosly after 5-10min.
i use a TCP connection to this server:
219.133.38.29:80
i'm sure it's not a network problem, coz on windows it
doesn't happen.
ps: an "automatic reconnection" option could be a
temporary patch to the problem.
cheers
nicola
Logged In: NO
I have the same problem. I don't used the TCP connection, I
was talked with my friend about that and he not has problems
with QQ network usually. I use QQ for talk with some chinese
friends.
Logged In: YES
user_id=937312
I had this problem before, and applied this patch to fix it:
--- openq-0.3.2/src/ip_location.c 2004-12-21
01:28:30.000000000 +0800
+++ openq-0.3.2/src/ip_location.c 2005-05-03
18:00:13.000000000 +0800
@@ -34,8 +34,6 @@
#include "utils.h"
#include "ip_location.h"
-#define DEFAULT_IP_LOCATION_FILE "gaim/QQWry.dat"
-
typedef struct _ip_finder ip_finder;
// all offset is based the begining of the file
--- openq-0.3.2/src/ip_location.h 2004-10-02
23:48:12.000000000 +0800
+++ openq-0.3.2/src/ip_location.h 2005-05-03
18:00:09.000000000 +0800
@@ -27,6 +27,8 @@
#include "glib.h"
+#define DEFAULT_IP_LOCATION_FILE "gaim/QQWry.dat"
+
gboolean qq_ip_get_location(guint32 ip, gchar ** country,
gchar ** city);
#endif
--- openq-0.3.2/src/qq.c 2005-03-21 12:15:26.000000000 +0800
+++ openq-0.3.2/src/qq.c 2005-05-03 18:00:59.000000000 +0800
@@ -922,7 +922,7 @@
my_protocol = plugin;
gaim_prefs_add_none("/plugins/prpl/qq");
- gaim_prefs_add_string("/plugins/prpl/qq/ipfile", NULL);
+ gaim_prefs_add_string("/plugins/prpl/qq/ipfile", DATADIR
"/" DEFAULT_IP_LOCATION_FILE);
gaim_prefs_add_bool("/plugins/prpl/qq/show_status_by_icon",
TRUE);
gaim_prefs_add_bool("/plugins/prpl/qq/show_fake_video",
FALSE);
gaim_prefs_add_string("/plugins/prpl/qq/datadir", DATADIR);
Logged In: YES
user_id=937312
Oops... sorry... I misread the title...
Please completely disregard my previous comment.