Java library for BOSH connection

Hello,

We have a GWT application that connects to our openfire server using emite.

We have some testclients that we use for integration testing, that use smack to perform the same actions as our application.

To make our tests as accurate as possible, we now want to connect using BOSH, not through a regular connection.

For this, we are looking for a java library that we can use to connect to BOSH. However, they seem hard to find. I haven’t found a single library able to make this connection.

Alternatively, are there any BOSH proxies that accept a regular XMPP connection and proxy it to a BOSH connection to openfire ? (I’ve seen the reverse many times).

Thanks.