jabber - feature request

"Steve Ballmer" <[email protected]>
Newsgroups gmane.network.centericq
Message-ID <[email protected]>
I am having problems connecting to a jabber server.  The reason is
centericq uses some 'agent list' feature which is supposed to be
deprecated, and some other users have problem with this as well:

http://permalink.gmane.org/gmane.network.jabber.ejabberd/107
http://mailman.linuxpl.org/cicq/2005-December/004481.html
http://forum.centericq.de/viewtopic.php?t=623

When centericq sends this command, the jabber server replies with http
code 503 and disconnects me, in particular:

[OUT]
<iq type='get' id='Agent List'><query xmlns='jabber:iq:agents'/></iq>

[IN]
<iq type="error" id="Agent List" to="user@host/centericq"><query
xmlns="jabber:iq:agents"/><error code="503"
type="cancel"><service-unavailable
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
+ [jab] error 503
+ [jab] disconnected

The solution is known: remove the following lines from
src/hooks/jabberhook.cc - operation void jabberhook::gotloggedin():

    x = jutil_iqnew(JPACKET__GET, NS_AGENTS);
    xmlnode_put_attrib(x, "id", "Agent List");
    jab_send(jc, x);
    xmlnode_free(x);

Can this pls be removed from the source?  Right now I can't use the
centericq package distributed with my GNU/Linux distro, I have to
recompile from source with each upgrade..
Thanks a lot

m
_______________________________________________
Cicq mailing list
Cicq-xGejAJT2w6wWP6gT/[email protected]
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.