comparison src/protocols/oscar/locate.c @ 7166:e6b01bd8d6cd

[gaim-migrate @ 7733] I fixed the notify_added function, Chip had two of the variables swapped :-) I changed the way tlvlists are done in ssi.c a little bit. You can alias ICQ buddies that you don't have authorization for yet, and when you alias a buddy you will no longer lose any Buddy Alerts that may be set. Why is this? Previously tlvlists (data associated with each server stored item) were just deleted and recreated when you set an alias, or changed your permit/deny setting. Now the lists are modified and TLVs that libfaim doesn't know about are just left in place. Why did I wait so long to do this? I'm lazy, it's not really all that fun, and I don't consider it all that important. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Oct 2003 22:41:29 +0000
parents af8ac078d4c2
children 6d3d8f11e765
comparison
equal deleted inserted replaced
7165:a230b7bca1fb 7166:e6b01bd8d6cd
240 240
241 if (sess->locate.waiting_for_response == TRUE) 241 if (sess->locate.waiting_for_response == TRUE)
242 return; 242 return;
243 243
244 sess->locate.waiting_for_response = TRUE; 244 sess->locate.waiting_for_response = TRUE;
245 aim_locate_getinfoshort(sess, cur->sn, 0x00000007); 245 aim_locate_getinfoshort(sess, cur->sn, 0x00000003);
246 } 246 }
247 247
248 faim_internal void aim_locate_requestuserinfo(aim_session_t *sess, const char *sn) { 248 faim_internal void aim_locate_requestuserinfo(aim_session_t *sess, const char *sn) {
249 struct userinfo_node *cur; 249 struct userinfo_node *cur;
250 250