Additionally, this removes a deprecated request from the Jabber plugin
so that it works with ejabberd servers.
--- src/hooks/jabberhook.cc.orig 2007-02-19 15:08:26.000000000 +0100
+++ src/hooks/jabberhook.cc 2007-02-19 15:08:38.000000000 +0100
@@ -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);
Please test & commit.