comparison libpurple/protocols/yahoo/yahoo_friend.h @ 22018:118046227581

This patch from Thanumalayan S. implements Yahoo protocol version 15 file transfer support. Currently sending multiple files from an official Yahoo client is treated as multiple individual transfers that must be accepted separately. This also changes things so that we identify as Yahoo Messenger version 8.0 (previously we were identifying as 6.0 or not at all). committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Thanumalayan <madthanu@gmail.com>
date Sun, 06 Jan 2008 19:45:03 +0000
parents 44b4e8bd759b
children 0b11895cc564
comparison
equal deleted inserted replaced
22017:97d530d11cc0 22018:118046227581
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 int protocol; /* 1=LCS, 2=MSN*/ 50 int protocol; /* 1=LCS, 2=MSN*/
51 long int version_id;
51 } YahooFriend; 52 } YahooFriend;
52 53
53 YahooFriend *yahoo_friend_find(PurpleConnection *gc, const char *name); 54 YahooFriend *yahoo_friend_find(PurpleConnection *gc, const char *name);
54 YahooFriend *yahoo_friend_find_or_new(PurpleConnection *gc, const char *name); 55 YahooFriend *yahoo_friend_find_or_new(PurpleConnection *gc, const char *name);
55 56