# HG changeset patch # User John Bailey # Date 1245375453 0 # Node ID 8351f6cf1613486e51fb82f7639308c7fe8fa014 # Parent fb89c9f6e57a2813106c8e35cc4a7abf7686019e *** Plucked rev 074c5aedf9bbc512331f0d3130f076190b290676 (rekkanoryo@pidgin.im): Set the default pager host to scsa.msg.yahoo.com; this seems to be what the official client uses. diff -r fb89c9f6e57a -r 8351f6cf1613 libpurple/protocols/yahoo/yahoo.h --- a/libpurple/protocols/yahoo/yahoo.h Fri Jun 19 01:30:45 2009 +0000 +++ b/libpurple/protocols/yahoo/yahoo.h Fri Jun 19 01:37:33 2009 +0000 @@ -28,7 +28,7 @@ #include "circbuffer.h" #include "prpl.h" -#define YAHOO_PAGER_HOST "scs.msg.yahoo.com" +#define YAHOO_PAGER_HOST "scsa.msg.yahoo.com" #define YAHOO_PAGER_PORT 5050 #define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s" #define YAHOO_TOKEN_URL "https://login.yahoo.com/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s"