comparison libpurple/protocols/msn/userlist.h @ 25172:fd5eedf131b4

Generalize the FQY command so it can be used by different callbacks based on the place that called it. Then automatically call an FQY when sending the buddy list ADL's for a buddy with an unknown network. Then we can send a corrected ADL later with the network from the FQY. This should make it easier for people with OCS/Yahoo contacts that were added incorrectly by previous versions, as they shouldn't need to mess with their address book outside of Pidgin (but if there are multiple buddy copies, that may need fixing externally). I should probably figure out how to permanently fix the Membership lists, eventually. References #6755. References #3322
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 27 Feb 2009 07:13:20 +0000
parents 77873bca18bb
children c384d62009c0 10941ac443e1
comparison
equal deleted inserted replaced
25169:14b927f45ec5 25172:fd5eedf131b4
93 void msn_userlist_add_buddy(MsnUserList *userlist, 93 void msn_userlist_add_buddy(MsnUserList *userlist,
94 const char *who, const char *group_name); 94 const char *who, const char *group_name);
95 void msn_userlist_save_pending_buddy(MsnUserList *userlist, 95 void msn_userlist_save_pending_buddy(MsnUserList *userlist,
96 const char *who, 96 const char *who,
97 const char *group_name); 97 const char *group_name);
98 void msn_userlist_add_pending_buddy(MsnUserList *userlist, 98 void msn_userlist_add_pending_buddy(MsnSession *session,
99 const char *who, 99 const char *who,
100 /*MsnNetwork*/ int network); 100 /*MsnNetwork*/ int network);
101 void msn_userlist_move_buddy(MsnUserList *userlist, const char *who, 101 void msn_userlist_move_buddy(MsnUserList *userlist, const char *who,
102 const char *old_group_name, 102 const char *old_group_name,
103 const char *new_group_name); 103 const char *new_group_name);