libpurple/protocols/yahoo/ymsg.h

branch
soc.2013.gobjectification.plugins
changeset 37133
832cd077145e
parent 35686
cae91a875b23
parent 37016
48f85579cc4c
child 37134
07746c9a04bf
equal deleted inserted replaced
37132:f4740b6e7525 37133:832cd077145e
29 #include "cmds.h" 29 #include "cmds.h"
30 #include "http.h" 30 #include "http.h"
31 #include "protocol.h" 31 #include "protocol.h"
32 #include "network.h" 32 #include "network.h"
33 33
34 #define YAHOO_PAGER_HOST_REQ_URL "http://vcs1.msg.yahoo.com/capacity" 34 #define YAHOO_PAGER_HOST_REQ_URL "http://vcs2.msg.yahoo.com/capacity"
35 #define YAHOO_PAGER_HOST_FALLBACK "scsa.msg.yahoo.com" 35 #define YAHOO_PAGER_HOST_FALLBACK "scsa.msg.yahoo.com"
36 #define YAHOO_PAGER_PORT 5050 36 #define YAHOO_PAGER_PORT 5050
37 #define YAHOO_PAGER_PORT_P2P 5101 37 #define YAHOO_PAGER_PORT_P2P 5101
38 #define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s" 38 #define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s"
39 #define YAHOO_TOKEN_URL "https://login.yahoo.com/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s" 39 #define YAHOO_TOKEN_URL "https://login.yahoo.com/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s"

mercurial