changeset 32:1f870e304168

[/trunk] Changeset 48 by mikael * Work on libjabber integration.
author mikael
date Mon, 04 Apr 2005 12:07:52 +0000
parents 0f0fbd0c4a7f
children bb9172f2cbf1
files mcabber/src/jabglue.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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");