diff libpurple/protocols/msn/notification.c @ 23504:5c95339855b2

Allow forcing an MSN HTTP connection to connect to a new server. This is important for initial connections that receive an XFR for the NS, since it seems that happens all the time now. Fixes #6107.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 23 Jun 2008 04:10:46 +0000
parents 03ade2360ba6
children f1ff35d14a95
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c	Mon Jun 23 01:14:02 2008 +0000
+++ b/libpurple/protocols/msn/notification.c	Mon Jun 23 04:10:46 2008 +0000
@@ -132,7 +132,7 @@
 	servconn = notification->servconn;
 
 	msn_servconn_set_connect_cb(servconn, connect_cb);
-	notification->in_use = msn_servconn_connect(servconn, host, port);
+	notification->in_use = msn_servconn_connect(servconn, host, port, TRUE);
 
 	return notification->in_use;
 }