| 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" |