HTTP Bind (BOSH) suppport

We have a Java application that uses XMPP for communication - currently we having a lot of issues getting round firewalls/proxy servers/ports blocked etc in some client networks.

After a little hunting I think what I need is to use BOSH http://www.xmpp.org/extensions/xep-0124.html

From what I can see the Openfire server supports BOSH, so my question is, does Smack the API allow connecting via BOSH? If not any plans or any other suggest libraries that will help me?

TIA

Ian

No, not with smack. You can use JwChat (blog) or the Red5 plugin. There are enough posts about both on these forums, I think, so do a search.