# HG changeset patch # User mikael # Date 1112616472 0 # Node ID 1f870e304168864dfad571327429f57502f47f94 # Parent 0f0fbd0c4a7f500551c678e20fd8a63d1ef34000 [/trunk] Changeset 48 by mikael * Work on libjabber integration. diff -r 0f0fbd0c4a7f -r 1f870e304168 mcabber/src/jabglue.c --- a/mcabber/src/jabglue.c Mon Apr 04 11:51:48 2005 +0000 +++ b/mcabber/src/jabglue.c Mon Apr 04 12:07:52 2005 +0000 @@ -284,12 +284,10 @@ { xmlnode x; - /* x = jutil_iqnew(JPACKET__GET, NS_AGENTS); xmlnode_put_attrib(x, "id", "Agent List"); jab_send(jc, x); xmlnode_free(x); - */ x = jutil_iqnew(JPACKET__GET, NS_ROSTER); xmlnode_put_attrib(x, "id", "Roster");