| 29 #include "gaim_buffer.h" |
29 #include "gaim_buffer.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_PROFILE_URL "http://profiles.yahoo.com/" |
33 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/" |
| 34 #define YAHOO_MAIL_URL "https://mail.yahoo.com/" |
34 #define YAHOO_MAIL_URL "https://login.yahoo.com/config/login?.src=ym" |
| 35 #define YAHOO_XFER_HOST "filetransfer.msg.yahoo.com" |
35 #define YAHOO_XFER_HOST "filetransfer.msg.yahoo.com" |
| 36 #define YAHOO_XFER_PORT 80 |
36 #define YAHOO_XFER_PORT 80 |
| 37 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/" |
37 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/" |
| 38 #define YAHOO_ROOMLIST_LOCALE "us" |
38 #define YAHOO_ROOMLIST_LOCALE "us" |
| 39 /* really we should get the list of servers from |
39 /* really we should get the list of servers from |