# HG changeset patch # User Nathan Walp # Date 1181789827 0 # Node ID e0e4fc6e2cc8aa814accaab67d3283fa5875857b # Parent c1c533448097510af6e4909b6b19b7de300bae1d step 1, don't call finch (and adium, maybe?) Pidgin diff -r c1c533448097 -r e0e4fc6e2cc8 libpurple/protocols/jabber/iq.c --- a/libpurple/protocols/jabber/iq.c Thu Jun 14 01:24:16 2007 +0000 +++ b/libpurple/protocols/jabber/iq.c Thu Jun 14 02:57:07 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);