David (Kuczek), Can you use SSL through your proxy? (Does your proxy support HTTPS?) I've been developing a Jabber client in Java for the past year that has good support for HTTPS proxies, but you must use SSL. The client has not been released, since it's not nearly full-featured, but it's good for one-on-one chats, messages, and headlines, and can manage some strangeness of HTTPS proxies. It's not a web client, it's standalone...
If you want a more mature standalone solution, perhaps one of the other client developers could work on supporting HTTPS proxies, because it's really just a sockets trick, as David W says. jason Dave Waite wrote: > It may support the proxy trick - basically you just tell your HTTP proxy > to connect to port 5222, say its a really long HTTP document to your > proxy and start tunneling data that way. The JEP-25 method has the > benefits of actually using port 80 and not requiring the long-lived HTTP > connection. > > -David Waite > > Dave wrote: > >> Doesn't Jarl also support that? >> Ryan??? >> >> Dave Cohen <[EMAIL PROTECTED]> >> >> >> Peter Millard wrote: >> >>> ----- Original Message ----- >>> From: <[EMAIL PROTECTED]> >>> [stuff munched..] >>> >>>> But there is neither code for the open source jabberd nor an open >>>> source >>>> client that supports this access method? >>>> >>> Exodus supports HTTP polling using the protocol layed out in JEP-25. >>> There >>> is no open-source implementation of that JEP though :( >>> >>> Peter M. >>> >>> >>> _______________________________________________ >>> jdev mailing list >>> [EMAIL PROTECTED] >>> http://mailman.jabber.org/listinfo/jdev >>> >> >> _______________________________________________ >> jdev mailing list >> [EMAIL PROTECTED] >> http://mailman.jabber.org/listinfo/jdev >> > > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev > > . > _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
