I was reading the code for InstantPalace and noticed that it supports HTTP Tunneling for the Palace socket connection, so that it can be used inside a corporate firewall. I'm not aware of anyone actually using this functionality, and there's no mention of it at all on
http://eagles.chatserve.com/iphelp.html which seems to be the most exhaustive guide to InstantPalace I can find.
I'm interested in adding the HTTP Tunneling support to OpenPalace, because I've already had some friends who have been unable to use it from their work computers due to firewall restrictions. However, I suspect the server needs to support this.
What happens is that InstantPalace will try to make a normal socket connection to port 9998, and if it can't, it will by default try to connect to the same host via HTTP on port 9994. However, according to netstat, my palace server is not listening on port 9994 and I didn't see any configuration options to make it do so.
Do any of you have any knowledge of this?
Heini, I suspect if anyone would know, it would be you. :)
Brian