[JDEV] groupchat configuration
Keith Minkler
keith at digix.dyndns.org
Wed Nov 1 05:33:28 CST 2000
Raphael,
Yes, thanks for catching that..
here's how to fix it:
in jabberd/io/base_stdout.c line 110:
110 x = xstream_header("jabberd:sockets",NULL,NULL);
change it to:
110 x = xstream_header("jabber:component:exec",NULL,NULL);
The namespaces were changed for the base_exec module, and apparently, the base_stdout module wasn't updated... I will make the change in CVS.
Keith
On Wed, Nov 01, 2000 at 09:16:08AM -0500, Raphael Mondesir wrote:
> Hi All,
>
> I've installed and configured Jabber 1.2RC with the conferencing.tgz from
> the CVS. Jabber chat and messaging works; however, I get an error (alert)
> when starting Jabber. It says:
>
> [alert] (groupchat-transport): Recv'd invalid namespace. Stopping component.
>
>
> If youv'e seen this problem before and can correct it, please inform me on
> how you solved it.
>
> Thank you,
> Raphael
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
More information about the JDev
mailing list