comparison libpurple/protocols/msn/slplink.c @ 31541:fac9edb4f73c

This flag is only part of a direct connection and handled there.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 05 Jan 2011 03:29:13 +0000
parents 05e05d96ba75
children 34da321b60f1
comparison
equal deleted inserted replaced
31540:fe35df9a5af4 31541:fac9edb4f73c
499 return; 499 return;
500 } 500 }
501 501
502 purple_debug_info("msn", "msn_slplink_process_msg: slpmsg complete\n"); 502 purple_debug_info("msn", "msn_slplink_process_msg: slpmsg complete\n");
503 503
504 if (/* !slpcall->wasted && */ slpmsg->header->flags == P2P_DC_HANDSHAKE) 504 if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WLM2009_COMP ||
505 {
506 #if 0
507 MsnDirectConn *directconn;
508
509 directconn = slplink->directconn;
510 if (!directconn->acked)
511 msn_directconn_send_handshake(directconn);
512 #endif
513 }
514 else if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WLM2009_COMP ||
515 msn_p2p_msg_is_data(slpmsg->header->flags)) 505 msn_p2p_msg_is_data(slpmsg->header->flags))
516 { 506 {
517 /* Release all the messages and send the ACK */ 507 /* Release all the messages and send the ACK */
518 508
519 if (slpcall->wait_for_socket) { 509 if (slpcall->wait_for_socket) {