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

Wed, 05 Jan 2011 03:29:13 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Wed, 05 Jan 2011 03:29:13 +0000
changeset 31301
f4a90c11e9a4
parent 31300
1ddc98849da1
child 31302
0f41ef5d6b17

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

libpurple/protocols/msn/slplink.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/slplink.c	Wed Jan 05 02:01:54 2011 +0000
+++ b/libpurple/protocols/msn/slplink.c	Wed Jan 05 03:29:13 2011 +0000
@@ -501,17 +501,7 @@
 
 	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 */

mercurial