Re: Problem in sending message in chatrooms.

Joe Hildebrand <joe-bvCY4hpNeH/[email protected]> Wed, 11 Oct 2006 15:00:13 +0200
Newsgroups gmane.network.jabber.exodus.devel
Message-ID <[email protected]>
Don't put the blank from address on the message.

Also, have you sent a presence to join the room yet?

On Oct 10, 2006, at 10:06 AM, B=C3=A9renger ARNAUD wrote:

> Hi everybody.
>
> I modify Exodus, room.pas particulary. But, now, when I send =20
> message to a chatroom, I already see "/*ERROR: Your message to the =20
> room bounced.*/". Is it because of my modifications or Jabber server ?
>
> /SEND >>
> <message from=3D""
>         id=3D"jcl_11"
>         to=3D"[email protected]"
>         type=3D"groupchat">
>    <body>
>        test
>    </body>
> </message>
>
> RECV <<
> <message id=3D"jcl_11"
>         to=3D"ba@server/Lanceur"
>         from=3D"[email protected]"
>         type=3D"error">
>    <error code=3D"400"
>           type=3D"modify">
>        <jid-malformed xmlns=3D"urn:ietf:params:xml:ns:xmpp-stanzas"/>
>    </error>
> </message>/
>
> Thanks for your help.
>
> BA
>
> _______________________________________________
> Exodus-dev mailing list
> [email protected]
> http://mail.jabber.org/mailman/listinfo/exodus-dev