| 26 #define _LIBYMSG_H_ |
26 #define _LIBYMSG_H_ |
| 27 |
27 |
| 28 #include "circularbuffer.h" |
28 #include "circularbuffer.h" |
| 29 #include "cmds.h" |
29 #include "cmds.h" |
| 30 #include "http.h" |
30 #include "http.h" |
| 31 #include "prpl.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://vcs1.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 |