# HG changeset patch # User Nathan Walp # Date 1146320251 0 # Node ID d7ace957fcf8b9e514e2cb9f1801327938cd0e01 # Parent 85267a33342217b30aab1895d4b2f0162007e2a9 [gaim-migrate @ 16104] as requested committer: Tailor Script diff -r 85267a333422 -r d7ace957fcf8 src/protocols/jabber/disco.c --- a/src/protocols/jabber/disco.c Fri Apr 28 06:46:29 2006 +0000 +++ b/src/protocols/jabber/disco.c Sat Apr 29 14:17:31 2006 +0000 @@ -75,6 +75,7 @@ xmlnode_set_attrib(identity, "type", "pc"); /* XXX: bot, console, * handheld, pc, phone, * web */ + xmlnode_set_atttrib(identity, "name", PACKAGE); SUPPORT_FEATURE("jabber:iq:last") SUPPORT_FEATURE("jabber:iq:oob")