comparison libpurple/protocols/msn/contact.c @ 20459:46437bdf316b

In the initial ADL listing, send the commands in the correct sequence as required by the server: BLP, ADL and PRP. When the server acknowledges this initial ADL, send CHG with status information
author Carlos Silva <typ0@pidgin.im>
date Thu, 05 Jul 2007 06:35:37 +0000
parents 18ecdee88ed0
children a8599711efb7
comparison
equal deleted inserted replaced
20458:faad7d69de10 20459:46437bdf316b
542 session = soapconn->session; 542 session = soapconn->session;
543 g_return_if_fail(session != NULL); 543 g_return_if_fail(session != NULL);
544 544
545 // purple_debug_misc("msn", "soap contact server Reply: {%s}\n", soapconn->read_buf); 545 // purple_debug_misc("msn", "soap contact server Reply: {%s}\n", soapconn->read_buf);
546 if (msn_parse_addressbook(contact)) { 546 if (msn_parse_addressbook(contact)) {
547 msn_send_privacy(session->account->gc);
547 msn_notification_dump_contact(session); 548 msn_notification_dump_contact(session);
548 msn_set_psm(session); 549 // msn_set_psm(session);
549 msn_session_finish_login(session); 550 // msn_session_finish_login(session);
550 } else { 551 } else {
551 msn_get_address_book(contact, NULL, NULL); 552 msn_get_address_book(contact, NULL, NULL);
552 } 553 }
553 554
554 /*free the read buffer*/ 555 /*free the read buffer*/