pidgin: 7ab8a64d: This flag is only part of a direct conne...

qulogic at pidgin.im qulogic at pidgin.im
Tue Jan 4 23:50:50 EST 2011


----------------------------------------------------------------------
Revision: 7ab8a64da686532545e46b38e1ac4a8e525a08a0
Parent:   0fa5960f26a8177ab7ab126826b4734bdb4f410b
Author:   qulogic at pidgin.im
Date:     01/04/11 22:29:13
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/7ab8a64da686532545e46b38e1ac4a8e525a08a0

Changelog: 

This flag is only part of a direct connection and handled there.

Changes against parent 0fa5960f26a8177ab7ab126826b4734bdb4f410b

  patched  libpurple/protocols/msn/slplink.c

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/slplink.c	8bed55f48b636351b9322177baf07fbdd6a82b6b
+++ libpurple/protocols/msn/slplink.c	74928742c3a097cf62937b2c3426c5a0458beb8b
@@ -501,17 +501,7 @@ process_complete_msg(MsnSlpLink *slplink
 
 	purple_debug_info("msn", "msn_slplink_process_msg: slpmsg complete\n");
 
-	if (/* !slpcall->wasted && */ slpmsg->header->flags == P2P_DC_HANDSHAKE)
-	{
-#if 0
-		MsnDirectConn *directconn;
-
-		directconn = slplink->directconn;
-		if (!directconn->acked)
-			msn_directconn_send_handshake(directconn);
-#endif
-	}
-	else if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WLM2009_COMP ||
+	if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WLM2009_COMP ||
 			msn_p2p_msg_is_data(slpmsg->header->flags))
 	{
 		/* Release all the messages and send the ACK */


More information about the Commits mailing list