Mercurial > pidgin
diff src/protocols/yahoo/yahoo.h @ 9371:30598cb2efb5
[gaim-migrate @ 10179]
Yahoo Japan works again. We were sending it the wrong proto ver before.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Thu, 24 Jun 2004 04:02:44 +0000 |
| parents | 76f4bffcfb23 |
| children | 3aa848ccf986 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h Thu Jun 24 03:55:54 2004 +0000 +++ b/src/protocols/yahoo/yahoo.h Thu Jun 24 04:02:44 2004 +0000 @@ -193,11 +193,10 @@ #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48) -#ifdef YAHOO_WEBMESSENGER -#define YAHOO_PROTO_VER 0x0065 -#else + +#define YAHOO_WEBMESSENGER_PROTO_VER 0x0065 #define YAHOO_PROTO_VER 0x000b -#endif + #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4)
