comparison libpurple/protocols/yahoo/yahoo_packet.h @ 18764:542af7636303

Update Yahoo protocol version to 15.
author Sean Egan <seanegan@gmail.com>
date Wed, 01 Aug 2007 01:34:53 +0000
parents 32c366eeeb99
children 07413ddcd49c
comparison
equal deleted inserted replaced
18763:08a6a01b7ebe 18764:542af7636303
115 guint32 id; 115 guint32 id;
116 GSList *hash; 116 GSList *hash;
117 }; 117 };
118 118
119 #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065 119 #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065
120 #define YAHOO_PROTO_VER 0x000c 120 #define YAHOO_PROTO_VER 0x000f
121 #define YAHOO_PROTO_VER_JAPAN 0x000c 121 #define YAHOO_PROTO_VER_JAPAN 0x000c
122 122
123 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) 123 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4)
124 124
125 struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, 125 struct yahoo_packet *yahoo_packet_new(enum yahoo_service service,