comparison 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
comparison
equal deleted inserted replaced
9370:76f4bffcfb23 9371:30598cb2efb5
191 }; 191 };
192 192
193 193
194 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48) 194 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48)
195 195
196 #ifdef YAHOO_WEBMESSENGER 196
197 #define YAHOO_PROTO_VER 0x0065 197 #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065
198 #else
199 #define YAHOO_PROTO_VER 0x000b 198 #define YAHOO_PROTO_VER 0x000b
200 #endif 199
201 200
202 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) 201 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4)
203 202
204 /* sometimes i wish prpls could #include things from other prpls. then i could just 203 /* sometimes i wish prpls could #include things from other prpls. then i could just
205 * use the routines from libfaim and not have to admit to knowing how they work. */ 204 * use the routines from libfaim and not have to admit to knowing how they work. */