# HG changeset patch # User Nathan Walp # Date 1181925338 0 # Node ID 31e6668f3a24263620ec52b1f32de01128294a89 # Parent 234ab2c9ed36f631f52adf913ae516ae7cc3c3d6# Parent e0e4fc6e2cc8aa814accaab67d3283fa5875857b merge of '6e3524da31024398852895df04c5bda7269003af' and 'b20fe3f85060e3f1f285f85731ca9257fe294d89' diff -r 234ab2c9ed36 -r 31e6668f3a24 libpurple/protocols/jabber/iq.c --- 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);