Hi, Am Fre, 2003-10-10 um 22.14 schrieb Matthias Wimmer:
> Looks very interesting. How have you implemented the communication > between the browser and the server? Is it only using html over http or > is the JavaScript doing some other stuff? It's plain http. The server answers in JavaScript-code. > I'm asking because I'd like to know if your client works if the user has > no direct network connection but only access to the internet over a > proxy speaking http. This is configurable. Mozilla needs to run on port 80 so it runs on port 80. For IE the demo installation is configured to use port 8080. To use port 80 you must have apache configured to redirect all request to the internal port of the wcs component. > (BTW: I couldn't contact my normal Jabber account - [EMAIL PROTECTED] - > through your demo installation.) I disabled s2s communication on the server. I can enable it but first I wanna have a good breakfast :) Steve _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
