summaryrefslogtreecommitdiff
path: root/chat/centericq/patches/patch-au
blob: 6bf7745e3d94aea867b40fe26375330bf8e440ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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);