SOURCES: kopete-icq_autodisconnect-fix.patch (NEW) - fix autodisco...
shadzik
shadzik at pld-linux.org
Wed Jul 12 16:01:54 CEST 2006
Author: shadzik Date: Wed Jul 12 14:01:54 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix autodisconnecting after a few minutes in ICQ protocol,
it was quite annoying when you got banned for 10min from the server due to
too many connections
---- Files affected:
SOURCES:
kopete-icq_autodisconnect-fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/kopete-icq_autodisconnect-fix.patch
diff -u /dev/null SOURCES/kopete-icq_autodisconnect-fix.patch:1.1
--- /dev/null Wed Jul 12 16:01:54 2006
+++ SOURCES/kopete-icq_autodisconnect-fix.patch Wed Jul 12 16:01:49 2006
@@ -0,0 +1,11 @@
+--- kopete/protocols/oscar/liboscar/client.cpp 2006-05-31 02:24:02.000000000 +0200
++++ kopete/protocols/oscar/liboscar/client.cpp-new 2006-07-12 15:42:36.292735408 +0200
+@@ -1212,7 +1212,7 @@
+ return;
+
+ if ( c->isSupported( 0x0002 ) ||
+- c->supportedFamilies().count() == 0 ) //emit on login
++ d->stage == ClientPrivate::StageOne ) //emit on login
+ {
+ emit socketError( code, string );
+ }
================================================================
More information about the pld-cvs-commit
mailing list