diff libpurple/protocols/msn/oim.c @ 23488:75be80ddeca5

Patch 1 from Qulogic, this one mostly updates the version sent by pidgin committer: Ka-Hing Cheung <khc@hxbc.us>
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 26 Dec 2007 00:33:39 +0000
parents 7ac87187bbec
children 72aa2ccad28d
line wrap: on
line diff
--- a/libpurple/protocols/msn/oim.c	Tue Dec 25 23:00:27 2007 +0000
+++ b/libpurple/protocols/msn/oim.c	Wed Dec 26 00:33:39 2007 +0000
@@ -243,7 +243,7 @@
 					oim_request->friendname,
 					oim_request->to_member,
 					mspauth,
-					MSNP13_WLM_PRODUCT_ID,
+					MSNP15_WLM_PRODUCT_ID,
 					oim->challenge ? oim->challenge : "",
 					oim->send_seq,
 					msg_body);
@@ -472,7 +472,7 @@
 	xmlnode *iu_node;
 	MsnSession *session = oim->session;
 
-	purple_debug_info("MSNP14:OIM", "%s", xmlmsg);
+	purple_debug_info("MSNP14:OIM", "%s\n", xmlmsg);
 
 	node = xmlnode_from_str(xmlmsg, -1);
 	if (strcmp(node->name, "MD") != 0) {