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:
Is there a specific configuration required for users in ejabberd server, plus; can 'admin' also be used to login and chat with other users?
Does all the web clients needs to be in 'www' directory in ejabberd server, to be able to connect with server?
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...)
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