Registry SRV + Openfire

Hi all.

I have a doubt about the implementantion of openfire using dns SRV registry.

Well, let me explain the scenario…

I’ve got 2 openfire servers for domain1.local and domain2.local respectivly:

I want to configure an entry in DNS server to automaticaly forward all request from a client (Pandion) to the real openfire server.

Example: Pandion request connection to domain1.local … and the DNS server receive it and forward it to host.domain1.local (openfire server)…

I’ve put this in DNS server:

++_xmpp-client._tcp.domain1.local. 900 IN SRV 0 0 5222 host.domain1.local.

+_xmpp-server._tcp.domain1.local. 900 IN SRV 0 0 5269 host.domain1.local

+_jabber._tcp.domain1.local. 900 IN SRV 0 0 5269 host.domain1.local

I have configured opefire with xmpp.domain = domain1.local

In Pandion I’ve tried this configuration:

Address: domain1.local Port: Automatic

Use TLS encryption if available on the server

Username: user@domain1.local and its password…

But it does not work…

Does anyone help me, please? It’s very important…