> I am using Orbited and ejabberd, both are running on my localhost. I
> have tested ejabberd using Psi and a ruby based client called xmpp4r,
> seems to work just fine
>
> I am using ubuntu 9.04, ejabberd is running in its default
> configuration and my domain name is set to 'rishav-laptop' ( so
> usernames are like "rishav@rishav-laptop" )
>
> I am trying to connect to ejabberd using orbited and js.io. My test
> code ( copied from the xmpp demo example ) and orbited.cfg are here
> http://pastie.org/pastes/651737
>
> Orbited doesn't respond with any connection success or connection
> failure messages. in the log I see that its able to connect to the
> localhost:5280 ( where my jabber server is running , orbited is
> running on localhost:8000 )
Are you sure that your server is listening for XMPP connections on
this port? ejabberd usually uses 5280 for its own built-in Comet
support. You most likely want to be connecting to port 5222, since
you're bypassing this with Orbited.