comparison libpurple/protocols/yahoo/yahoo.h @ 22689:269bba623a62

It appears that Yahoo! Japan has disabled protocol 0x0c and now require 0x0f. This enables logging into Yahoo! Japan again. Fixes #5557.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 19 Apr 2008 14:18:06 +0000
parents 0c098ebe9f16
children 18a1f0fe5f40 afb1b5f1dc84
comparison
equal deleted inserted replaced
22688:ff16ce972253 22689:269bba623a62
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" 79
80 80 #define YAHOOJP_CLIENT_VERSION_ID "524223"
81 #if 0 81 #define YAHOOJP_CLIENT_VERSION "7,0,1,1"
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 82
88 83
89 /* Index into attention types list. */ 84 /* Index into attention types list. */
90 #define YAHOO_BUZZ 0 85 #define YAHOO_BUZZ 0
91 86