summaryrefslogtreecommitdiff
path: root/chat/centericq/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'chat/centericq/patches/patch-au')
-rw-r--r--chat/centericq/patches/patch-au16
1 files changed, 16 insertions, 0 deletions
diff --git a/chat/centericq/patches/patch-au b/chat/centericq/patches/patch-au
new file mode 100644
index 00000000000..6bf7745e3d9
--- /dev/null
+++ b/chat/centericq/patches/patch-au
@@ -0,0 +1,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);