comparison src/oscar.c @ 774:b61607d6c2af

[gaim-migrate @ 784] save buddy chats, and better display of them (though they flash now, but they don't cause errors) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 Aug 2000 18:49:17 +0000
parents bddbc51abc43
children 9cdc6ea9647f
comparison
equal deleted inserted replaced
773:267ed2b889ee 774:b61607d6c2af
395 cookie = va_arg(ap, char *); 395 cookie = va_arg(ap, char *);
396 396
397 switch(serviceid) { 397 switch(serviceid) {
398 case 0x0005: /* Ads */ 398 case 0x0005: /* Ads */
399 debug_print("Received Ads, finishing login\n"); 399 debug_print("Received Ads, finishing login\n");
400 /* we'll take care of this in the parse_toc_buddy_config() below
401 sprintf(buddies, "%s&", current_user->username);
402 aim_bos_setbuddylist(sess, command->conn, buddies);
403 */
404 aim_bos_setprofile(sess, command->conn, current_user->user_info, 400 aim_bos_setprofile(sess, command->conn, current_user->user_info,
405 NULL, gaim_caps); 401 NULL, gaim_caps);
406 aim_seticbmparam(sess, command->conn); 402 aim_seticbmparam(sess, command->conn);
407 aim_conn_setlatency(command->conn, 1); 403 aim_conn_setlatency(command->conn, 1);
408 404
424 420
425 serv_finish_login(); 421 serv_finish_login();
426 gaim_setup(); 422 gaim_setup();
427 if (bud_list_cache_exists()) 423 if (bud_list_cache_exists())
428 do_import(NULL, 0); 424 do_import(NULL, 0);
425
426 setup_buddy_chats();
429 427
430 aim_bos_clientready(sess, command->conn); 428 aim_bos_clientready(sess, command->conn);
431 debug_print("Roger that, all systems go\n"); 429 debug_print("Roger that, all systems go\n");
432 430
433 aim_bos_reqservice(sess, command->conn, AIM_CONN_TYPE_CHATNAV); 431 aim_bos_reqservice(sess, command->conn, AIM_CONN_TYPE_CHATNAV);