comparison libpurple/protocols/yahoo/yahoo_friend.h @ 27531:07d09a987b86

Allow setting some personal information for an account. Currently the name and phone number(s) can be set. It's possible to set a lot of information about a Yahoo! account that can be set for an XMPP account, but the list looked too huge for me. So I just picked the ones that I thought could be useful. Someone might want to know about the birthdays too ... I don't know. Someone should test this on Yahoo! JAPAN (why not 'Japan', by the way?)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 10 Jul 2009 15:18:09 +0000
parents ef5f0cde8d74
children fa827f6f990f
comparison
equal deleted inserted replaced
27530:1b580473e753 27531:07d09a987b86
54 gchar *ip; 54 gchar *ip;
55 gboolean bicon_sent_request; 55 gboolean bicon_sent_request;
56 YahooPresenceVisibility presence; 56 YahooPresenceVisibility presence;
57 int protocol; /* 1=LCS, 2=MSN*/ 57 int protocol; /* 1=LCS, 2=MSN*/
58 long int version_id; 58 long int version_id;
59 gchar *alias_id; 59 gchar *alias_id; /* XXX: stick in a YahooPersonalDetails instead? */
60 YahooP2PStatus p2p_status; 60 YahooP2PStatus p2p_status;
61 gboolean p2p_packet_sent; /* 0:not sent, 1=sent */ 61 gboolean p2p_packet_sent; /* 0:not sent, 1=sent */
62 gint session_id; /* session id of friend */ 62 gint session_id; /* session id of friend */
63 } YahooFriend; 63 } YahooFriend;
64 64