Mercurial > pidgin
comparison libgaim/protocols/yahoo/yahoo_packet.h @ 14865:61c3edbaf048
[gaim-migrate @ 17634]
revert the protocol version, this should avoid all those new yahoo bugs people keep complaining about.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Tue, 31 Oct 2006 03:01:21 +0000 |
parents | 1bee09450652 |
children |
comparison
equal
deleted
inserted
replaced
14864:b8a4f82bc24e | 14865:61c3edbaf048 |
---|---|
68 YAHOO_SERVICE_PEERTOPEER = 0x4F, | 68 YAHOO_SERVICE_PEERTOPEER = 0x4F, |
69 YAHOO_SERVICE_WEBCAM, | 69 YAHOO_SERVICE_WEBCAM, |
70 YAHOO_SERVICE_AUTHRESP = 0x54, | 70 YAHOO_SERVICE_AUTHRESP = 0x54, |
71 YAHOO_SERVICE_LIST = 0x55, | 71 YAHOO_SERVICE_LIST = 0x55, |
72 YAHOO_SERVICE_AUTH = 0x57, | 72 YAHOO_SERVICE_AUTH = 0x57, |
73 YAHOO_SERVICE_AUTHBUDDY = 0x6d, | |
73 YAHOO_SERVICE_ADDBUDDY = 0x83, | 74 YAHOO_SERVICE_ADDBUDDY = 0x83, |
74 YAHOO_SERVICE_REMBUDDY = 0x84, | 75 YAHOO_SERVICE_REMBUDDY = 0x84, |
75 YAHOO_SERVICE_IGNORECONTACT, /* > 1, 7, 13 < 1, 66, 13, 0*/ | 76 YAHOO_SERVICE_IGNORECONTACT, /* > 1, 7, 13 < 1, 66, 13, 0*/ |
76 YAHOO_SERVICE_REJECTCONTACT, | 77 YAHOO_SERVICE_REJECTCONTACT, |
77 YAHOO_SERVICE_GROUPRENAME = 0x89, /* > 1, 65(new), 66(0), 67(old) */ | 78 YAHOO_SERVICE_GROUPRENAME = 0x89, /* > 1, 65(new), 66(0), 67(old) */ |
114 guint32 id; | 115 guint32 id; |
115 GSList *hash; | 116 GSList *hash; |
116 }; | 117 }; |
117 | 118 |
118 #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065 | 119 #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065 |
119 #define YAHOO_PROTO_VER 0x000f | 120 #define YAHOO_PROTO_VER 0x000c |
120 #define YAHOO_PROTO_VER_JAPAN 0x000c | 121 #define YAHOO_PROTO_VER_JAPAN 0x000c |
121 | 122 |
122 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) | 123 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) |
123 | 124 |
124 struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, | 125 struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, |