comparison src/protocols/yahoo/yahoo.c @ 6810:bc8f329c1341

[gaim-migrate @ 7350] This gets rid of the request to upgrade. I just changed the protocol version number to what it is in the latest WinY!M. I wonder how you would pronounce WinY!M. Anyway, the login procedure isn't identical to that of WinY!M (I'm thinking maybe, "win-yim) but this will probably suffice. I'll fix it in the New Yahoo. I supsect this actually is being done for security reasons. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 11 Sep 2003 19:38:31 +0000
parents 3ef17670e69f
children 4b3fa146e995
comparison
equal deleted inserted replaced
6809:754afaa07386 6810:bc8f329c1341
52 52
53 #define YAHOO_PAGER_HOST "scs.yahoo.com" 53 #define YAHOO_PAGER_HOST "scs.yahoo.com"
54 #define YAHOO_PAGER_PORT 5050 54 #define YAHOO_PAGER_PORT 5050
55 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/" 55 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/"
56 56
57 #define YAHOO_PROTO_VER 0x0900 57 #define YAHOO_PROTO_VER 0x000b
58 58
59 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) 59 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4)
60 60
61 static void yahoo_add_buddy(GaimConnection *gc, const char *who, GaimGroup *); 61 static void yahoo_add_buddy(GaimConnection *gc, const char *who, GaimGroup *);
62 62