Smack API for XMPP Bridge impl

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 server-to-server connections (no login) ?

Thanks.