--- 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; }