Mercurial > pidgin
changeset 17935:e0e4fc6e2cc8
step 1, don't call finch (and adium, maybe?) Pidgin
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 14 Jun 2007 02:57:07 +0000 |
parents | c1c533448097 |
children | 31e6668f3a24 |
files | libpurple/protocols/jabber/iq.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);