comparison libpurple/protocols/yahoo/yahoo.h @ 22271:cc5b2a145652

Simplified version of the newest patch on #4533 to not try Yahoo protocol version 15 file transfer on Yahoo Japan.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 06 Feb 2008 18:06:44 +0000
parents 4cc1dfbc499b
children 0c098ebe9f16
comparison
equal deleted inserted replaced
22270:762174f38807 22271:cc5b2a145652
44 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/" 44 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/"
45 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/" 45 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/"
46 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp" 46 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp"
47 #define YAHOOJP_WEBCAM_HOST "wc.yahoo.co.jp" 47 #define YAHOOJP_WEBCAM_HOST "wc.yahoo.co.jp"
48 /*not sure, must test:*/ 48 /*not sure, must test:*/
49 #define YAHOOJP_XFER_RELAY_HOST "relay.msg.yahoo.com" 49 #define YAHOOJP_XFER_RELAY_HOST "relay.msg.yahoo.co.jp"
50 #define YAHOOJP_XFER_RELAY_PORT 80 50 #define YAHOOJP_XFER_RELAY_PORT 80
51 #define YAHOOJP_ROOMLIST_URL "http://insider.msg.yahoo.co.jp/ycontent/" 51 #define YAHOOJP_ROOMLIST_URL "http://insider.msg.yahoo.co.jp/ycontent/"
52 #define YAHOOJP_ROOMLIST_LOCALE "ja" 52 #define YAHOOJP_ROOMLIST_LOCALE "ja"
53 53
54 #define YAHOO_AUDIBLE_URL "http://us.dl1.yimg.com/download.yahoo.com/dl/aud" 54 #define YAHOO_AUDIBLE_URL "http://us.dl1.yimg.com/download.yahoo.com/dl/aud"
74 #define YAHOO_STATUS_TYPE_INVISIBLE "invisible" 74 #define YAHOO_STATUS_TYPE_INVISIBLE "invisible"
75 #define YAHOO_STATUS_TYPE_MOBILE "mobile" 75 #define YAHOO_STATUS_TYPE_MOBILE "mobile"
76 76
77 #define YAHOO_CLIENT_VERSION_ID "2097087" 77 #define YAHOO_CLIENT_VERSION_ID "2097087"
78 #define YAHOO_CLIENT_VERSION "8.1.0.421" 78 #define YAHOO_CLIENT_VERSION "8.1.0.421"
79 #define YAHOOJP_CLIENT_VERSION "6,0,0,1710"
80
81 #if 0
82 /* The following were observed with the Yahoo Japan client current as of January
83 * 2008, but appear not to work correctly for file transfer. Here as reference */
84 # define YAHOOJP_CLIENT_VERSION_ID "524223"
85 # define YAHOOJP_CLIENT_VERSION "7,0,1,1"
86 #endif
87
79 88
80 /* Index into attention types list. */ 89 /* Index into attention types list. */
81 #define YAHOO_BUZZ 0 90 #define YAHOO_BUZZ 0
82 91
83 enum yahoo_status { 92 enum yahoo_status {