|
Subject: jabber - feature request Newsgroups: gmane.network.centericq Date: 2006-07-26 07:09:40 GMT (2 years, 49 weeks, 2 days, 2 hours and 15 minutes ago) 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 <at> 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@... http://mailman.linuxpl.org/mailman/listinfo/cicq Questions? Check the FAQ first: http://centericq.de/faq/ |
|
|