pidgin/pidgin

a38dc506e387
Parents d90854f1bb0f
Children 0acafcabe759
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.
--- a/libpurple/protocols/yahoo/libymsg.h Fri Mar 28 00:06:21 2014 -0500
+++ b/libpurple/protocols/yahoo/libymsg.h Sun Mar 30 11:18:43 2014 -0400
@@ -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