libpurple/protocols/yahoo/libymsg.h

changeset 29949
902d9eab8f6d
parent 29882
eb8dcf86c219
child 29951
f16ddeaed084
equal deleted inserted replaced
29948:890d3ca7ac22 29949:902d9eab8f6d
28 #include "circbuffer.h" 28 #include "circbuffer.h"
29 #include "cmds.h" 29 #include "cmds.h"
30 #include "prpl.h" 30 #include "prpl.h"
31 31
32 #define YAHOO_PAGER_HOST "scsa.msg.yahoo.com" 32 #define YAHOO_PAGER_HOST "scsa.msg.yahoo.com"
33 #define YAHOO_PAGER_HOST_REQ_URL "http://vcs1.msg.yahoo.com/capacity"
33 #define YAHOO_PAGER_PORT 5050 34 #define YAHOO_PAGER_PORT 5050
34 #define YAHOO_PAGER_PORT_P2P 5101 35 #define YAHOO_PAGER_PORT_P2P 5101
35 #define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s" 36 #define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s"
36 #define YAHOO_TOKEN_URL "https://login.yahoo.com/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s" 37 #define YAHOO_TOKEN_URL "https://login.yahoo.com/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s"
37 #define YAHOO_P2P_KEEPALIVE_SECS 300 38 #define YAHOO_P2P_KEEPALIVE_SECS 300
45 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/" 46 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/"
46 #define YAHOO_ROOMLIST_LOCALE "us" 47 #define YAHOO_ROOMLIST_LOCALE "us"
47 /* really we should get the list of servers from 48 /* really we should get the list of servers from
48 http://update.messenger.yahoo.co.jp/servers.html */ 49 http://update.messenger.yahoo.co.jp/servers.html */
49 #define YAHOOJP_PAGER_HOST "cs.yahoo.co.jp" 50 #define YAHOOJP_PAGER_HOST "cs.yahoo.co.jp"
51 #define YAHOOJP_PAGER_HOST_REQ_URL "http://cs1.msg.vip.ogk.yahoo.co.jp/capacity"
50 #define YAHOOJP_TOKEN_URL "https://login.yahoo.co.jp/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s" 52 #define YAHOOJP_TOKEN_URL "https://login.yahoo.co.jp/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s"
51 #define YAHOOJP_LOGIN_URL "https://login.yahoo.co.jp/config/pwtoken_login?src=ymsgr&ts=&token=%s" 53 #define YAHOOJP_LOGIN_URL "https://login.yahoo.co.jp/config/pwtoken_login?src=ymsgr&ts=&token=%s"
52 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/" 54 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/"
53 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/" 55 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/"
54 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp" 56 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp"

mercurial