Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am implementing facebook like chat in my JSF app, trying to use iJabbar (a iJab bar style implementation) with ejabberd server... despite all the configurations are done according to the instructions given here ( http://www.ejabberd.im/node/3292 ), client couldn't connect to server (it kinda stuck in connecting loop).

For now, server is on same machine as client, hence; localhost is used as host and domain, where ever required... http-bind is configured and gives the default page in return to http request -> (http://localhost:5280/http-bind)

Following are my questions to be specific:

  1. Is there a specific configuration required for users in ejabberd server, plus; can 'admin' also be used to login and chat with other users?

  2. Does all the web clients needs to be in 'www' directory in ejabberd server, to be able to connect with server?

  3. If I am working with in localhost, even then i need to configure apache for redirection of http-bind requests to ejjaberd server? (must not be true...)

  4. What if i want to log into my ejjaberd server chat, from a iJab client which is running on local network? What configs will it require?

Please tell me where i am wrong and how can get this thing working...

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.