XMPP Reverse proxy

Is it possible to reverse proxy XMPP S2S (TCP: 5269) protocol in some way, so that requests made to a main Server are reverse proxied to serveral Openfire Serevers, each one hosting their own domain…Any solution???

Thanks in advance.

There are the connection managers for client connections, so it should be possible to create connection managers for s2s-connections … if you really need this you may want to dig into the code.