changeset 17937:31e6668f3a24

merge of '6e3524da31024398852895df04c5bda7269003af' and 'b20fe3f85060e3f1f285f85731ca9257fe294d89'
author Nathan Walp <nwalp@pidgin.im>
date Fri, 15 Jun 2007 16:35:38 +0000
parents 234ab2c9ed36 (current diff) e0e4fc6e2cc8 (diff)
children 9564b55f3c18
files
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/iq.c	Fri Jun 15 14:38:51 2007 +0000
+++ b/libpurple/protocols/jabber/iq.c	Fri Jun 15 16:35:38 2007 +0000
@@ -232,7 +232,8 @@
 
 		query = xmlnode_get_child(iq->node, "query");
 
-		xmlnode_insert_data(xmlnode_new_child(query, "name"), PACKAGE, -1);
+		/* TODO: ask the core for the version of libpurple and the name and version of the UI */
+		xmlnode_insert_data(xmlnode_new_child(query, "name"), "libpurple", -1);
 		xmlnode_insert_data(xmlnode_new_child(query, "version"), VERSION, -1);
 		if(os) {
 			xmlnode_insert_data(xmlnode_new_child(query, "os"), os, -1);