comparison libgaim/protocols/yahoo/yahoo_friend.h @ 14258:cb2714fdf274

[gaim-migrate @ 16940] up the protocol version, handle the new buddy list message (which i renamed the service for again), pretend auth type 2 is auth type 1, note when a buddy is an msn buddy, and possibly even send msn buddy messages correctly. I haven't really tested if everything works with the new protocol version, but I can always lower it again if bad things start happening and I don't have time to fix them before the release. I don't know if sending messages to msn users really works or not, it seems to be down server side at the moment. Someone test when msn gets it working again :P There's no way to add msn contacts to your yahoo account from within gaim. Not sure how we'll do the UI for that. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 21 Aug 2006 04:12:07 +0000
parents 60b1bc8dbf37
children d559d6dcb970
comparison
equal deleted inserted replaced
14257:14933d9055a0 14258:cb2714fdf274
45 int away; 45 int away;
46 gboolean sms; 46 gboolean sms;
47 char *ip; 47 char *ip;
48 gboolean bicon_sent_request; 48 gboolean bicon_sent_request;
49 YahooPresenceVisibility presence; 49 YahooPresenceVisibility presence;
50 gboolean msn;
50 } YahooFriend; 51 } YahooFriend;
51 52
52 YahooFriend *yahoo_friend_find(GaimConnection *gc, const char *name); 53 YahooFriend *yahoo_friend_find(GaimConnection *gc, const char *name);
53 YahooFriend *yahoo_friend_find_or_new(GaimConnection *gc, const char *name); 54 YahooFriend *yahoo_friend_find_or_new(GaimConnection *gc, const char *name);
54 55