$NetBSD: patch-au,v 1.1 2007/02/20 18:45:00 sborrill Exp $

--- src/hooks/jabberhook.cc.orig	2007-02-20 18:20:36.000000000 +0000
+++ src/hooks/jabberhook.cc	2007-02-20 18:21:08.000000000 +0000
@@ -887,11 +887,6 @@
 void jabberhook::gotloggedin() {
     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");
     jab_send(jc, x);
