summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2009-06-19 01:37:33 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2009-06-19 01:37:33 +0000
commit4f8cd762499fac7244643b7469386dca3c5b982a (patch)
treee84d495c83ef1df788314fd01b2692268c3c3dd2
parent0c772d31e7efe8b0d32bab3da6a57b770d60d117 (diff)
downloadpidgin-4f8cd762499fac7244643b7469386dca3c5b982a.tar.gz
*** 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.
-rw-r--r--libpurple/protocols/yahoo/yahoo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/protocols/yahoo/yahoo.h b/libpurple/protocols/yahoo/yahoo.h
index aa99794eb8..29419f9cd0 100644
--- a/libpurple/protocols/yahoo/yahoo.h
+++ b/libpurple/protocols/yahoo/yahoo.h
@@ -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"