diff src/protocols/msn/oim.c @ 19791:bddd32f36bde

[gaim-migrate @ 16653] a version can show the windows Live ID's Info correctly ready to send the oim,need to check committed by Ma Yuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sun, 06 Aug 2006 15:16:46 +0000
parents 4f21c73a0c48
children 3a15b4e5c336
line wrap: on
line diff
--- a/src/protocols/msn/oim.c	Wed Aug 02 05:44:42 2006 +0000
+++ b/src/protocols/msn/oim.c	Sun Aug 06 15:16:46 2006 +0000
@@ -181,7 +181,7 @@
 	MsnSoapConn * soapconn = data;	
 	MsnOim * msnoim;
 
-	gaim_debug_info("MaYuan","read buffer:{%s}\n",soapconn->body);
+	gaim_debug_info("MaYuan","OIM get read buffer:{%s}\n",soapconn->body);
 }
 
 static void
@@ -296,12 +296,13 @@
 					msn_oim_get_connect_cb,
 					msn_oim_get_error_cb);
 	}
-
+#if 0
 	if(msn_soap_connected(oim->sendconn) == -1){
 		msn_soap_init(oim->sendconn,MSN_OIM_SEND_HOST,1,
 					msn_oim_send_connect_cb,
 					msn_oim_send_error_cb);
 	}
+#endif
 }
 
 /*endof oim.c*/