/pidgin/main: a38dc506e387: Fix the "No CS IP Addresses retrieve...

John Bailey rekkanoryo at rekkanoryo.org
Sun Mar 30 11:18:50 EDT 2014


Changeset: a38dc506e38774860dc0c0550222d813333b9ba9
Author:	 John Bailey <rekkanoryo at rekkanoryo.org>
Date:	 2014-03-30 11:18 -0400
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/a38dc506e387

Description:

Fix the "No CS IP Addresses retrieved!" login failure case.  Even with this
failure, though, I was still able to connect via the scsa.msg.yahoo.com fall
back code I wrote to silence a prior round of complaints.  I have no idea why
Adium users and so many others were having trouble.

diffstat:

 libpurple/protocols/yahoo/libymsg.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/libpurple/protocols/yahoo/libymsg.h b/libpurple/protocols/yahoo/libymsg.h
--- a/libpurple/protocols/yahoo/libymsg.h
+++ b/libpurple/protocols/yahoo/libymsg.h
@@ -30,7 +30,7 @@
 #include "prpl.h"
 #include "network.h"
 
-#define YAHOO_PAGER_HOST_REQ_URL "http://vcs1.msg.yahoo.com/capacity"
+#define YAHOO_PAGER_HOST_REQ_URL "http://vcs2.msg.yahoo.com/capacity"
 #define YAHOO_PAGER_HOST_FALLBACK "scsa.msg.yahoo.com"
 #define YAHOO_PAGER_PORT 5050
 #define YAHOO_PAGER_PORT_P2P 5101



More information about the Commits mailing list