This topic was introduced in the thread talking about functionality of
the java chat...
https://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=0004FH
We thought that it would be nice to optionally http-tunnel
applications running on seperate ports (java-chat, jabber and many
more in the future 😉 through port 80. This way people behind
firewalls blocking the respective ports could still use it.
Would it be reasonable and/or hard to integrate a *general* tunneling
fuctionality directly into openacs, so that any such application could
easily be set up to work with oacs via http-tunnel?
I found java code for tunneling that is integrated into the nfc-chat:
http://nfcchat.sourceforge.net/doc/api/
I also found this tunnel software:
http://www.nocrew.org/software/httptunnel.html
Any specialists out there???