Re: 503 on Agents
Jayjay <[email protected]> Mon, 14 May 2007 08:06:22 +0200
| Newsgroups | gmane.network.centericq |
|---|---|
| Message-ID | <[email protected]> |
Hi Oleg,
This bug is already solved in the current version of CenterIM, the
split-off of CenterICQ. Please take a look at the maintained project.
You can get the newest source code, using the GIT branch or look at the
Downloads section at our website.
http://www.centerim.org/index.php/Main_Page
Cheers,
Jayjay
Oleg Motienko wrote:
> Hello,
>
> I use ejabberd on server with centericq. It looks like a bug:
> centericq gives 503 error and disconnects on listing agents (XEP-0094:
> Agent Information superseded by XEP-0030: Service Discovery).
>
>
>
> Dirty patch - comment out agents request:
>
> --- src/hooks/jabberhook.cc Fri Aug 26 15:06:23 2005
> +++ src/hooks/jabberhook.cc Sun May 13 20:49:26 2007
> @@ -887,11 +887,11 @@
> void jabberhook::gotloggedin() {
> xmlnode x;
>
> - x = jutil_iqnew(JPACKET__GET, NS_AGENTS);
> +/* 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);
_______________________________________________
Cicq mailing list
Cicq-xGejAJT2w6wWP6gT/[email protected]
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/