comparison libpurple/protocols/yahoo/yahoo.h @ 25621:88364ec4cdaf

Backport a conjunction of the portions of revisions 87f1558b52a3b5861b8e8f50ca0a04637b8c2102 and b4506bcf7c69a70d3548ad9a804b2916534b48f7 that actually apply to this branch.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Fri, 19 Jun 2009 01:07:51 +0000
parents 9656dbf35fb0
children e4d738813cd8
comparison
equal deleted inserted replaced
25620:9656dbf35fb0 25621:88364ec4cdaf
28 #include "circbuffer.h" 28 #include "circbuffer.h"
29 #include "prpl.h" 29 #include "prpl.h"
30 30
31 #define YAHOO_PAGER_HOST "scs.msg.yahoo.com" 31 #define YAHOO_PAGER_HOST "scs.msg.yahoo.com"
32 #define YAHOO_PAGER_PORT 5050 32 #define YAHOO_PAGER_PORT 5050
33 #define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s"
34 #define YAHOO_TOKEN_URL "https://login.yahoo.com/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s"
33 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/" 35 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/"
34 #define YAHOO_MAIL_URL "https://login.yahoo.com/config/login?.src=ym" 36 #define YAHOO_MAIL_URL "https://login.yahoo.com/config/login?.src=ym"
35 #define YAHOO_XFER_HOST "filetransfer.msg.yahoo.com" 37 #define YAHOO_XFER_HOST "filetransfer.msg.yahoo.com"
36 #define YAHOO_XFER_PORT 80 38 #define YAHOO_XFER_PORT 80
37 #define YAHOO_XFER_RELAY_HOST "relay.msg.yahoo.com" 39 #define YAHOO_XFER_RELAY_HOST "relay.msg.yahoo.com"
39 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/" 41 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/"
40 #define YAHOO_ROOMLIST_LOCALE "us" 42 #define YAHOO_ROOMLIST_LOCALE "us"
41 /* really we should get the list of servers from 43 /* really we should get the list of servers from
42 http://update.messenger.yahoo.co.jp/servers.html */ 44 http://update.messenger.yahoo.co.jp/servers.html */
43 #define YAHOOJP_PAGER_HOST "cs.yahoo.co.jp" 45 #define YAHOOJP_PAGER_HOST "cs.yahoo.co.jp"
46 #define YAHOOJP_TOKEN_URL "https://login.yahoo.co.jp/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s"
47 #define YAHOOJP_LOGIN_URL "https://login.yahoo.co.jp/config/pwtoken_login?src=ymsgr&ts=&token=%s"
44 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/" 48 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/"
45 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/" 49 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/"
46 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp" 50 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp"
47 #define YAHOOJP_WEBCAM_HOST "wc.yahoo.co.jp" 51 #define YAHOOJP_WEBCAM_HOST "wc.yahoo.co.jp"
48 /*not sure, must test:*/ 52 /*not sure, must test:*/