XMPP Bridge

I am implementing a bridge between a propriety chat implementation and XMPP

and would like to use Smack to perform server-to-server XMPP communication on behalf

of our chat clients.

Can Smack be used to create and maintain server-to-server connections (no login) ?

Thanks.