web chat client using Javascript and Jquery.

I am naive programmer for XMPP.

I want to create facebook like web based chat client. Read the "XMPP programming with Javascript and Jquery" by Jack Moffitt. Is there any way I can create this without using Flash based solution with crossdomain XML??

If not, can anyone route me to the detailed example if available on the internet.

Using eJabberd XMPP server and MS server 2008.

Thanks,

Hey, what you need is a

Hey,

what you need is a reverse proxy. There are configuration examples for Apache and nginx at the end of the book. If you don't want to setup Apache or nginx you can use e.g. HAProxy. It's really easy to setup and will work with whatever web server you're currently using - see http://steven.4bits.eu/2010/07/using-haproxy-as-reverse-proxy.html for details.

Syndicate content