Mercurial > pidgin
changeset 25624:8351f6cf1613
*** 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.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Fri, 19 Jun 2009 01:37:33 +0000 |
parents | fb89c9f6e57a |
children | 721e64d1ddfd |
files | libpurple/protocols/yahoo/yahoo.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"