[ejabberd] Ejabberd clustering
Oleg V. Motienko
mmm at ttn.ru
Wed Jul 6 13:03:30 MSD 2005
Hello!
Jacek Konieczny wrote:
>Example: assuming the Jabber server name is "example.com", the
>primary servers are: a.example.com (10.0.0.1) and b.example.com
>(10.0.0.2), and the backup server i backup.example.com (10.0.0.3); all
>the servers accepts both client and server connections (this may be
>split between different machines) on standard ports (5222 and 5269); the
>servers provide MUC service available from outside as "muc.example.com"
>
>$ORIGIN example.com
>_xmpp-client._tcp IN SRV 10 0 5222 a.example.com.
>_xmpp-client._tcp IN SRV 10 0 5222 b.example.com.
>_xmpp-client._tcp IN SRV 20 0 5222 c.example.com.
>_xmpp-server._tcp IN SRV 10 0 5269 a.example.com.
>_xmpp-server._tcp IN SRV 10 0 5269 b.example.com.
>_xmpp-server._tcp IN SRV 20 0 5269 c.example.com.
>_xmpp-server._tcp.muc IN CNAME _xmpp-server._tcp
>a.example.com IN A 10.0.0.1
>b.example.com IN A 10.0.0.2
>c.example.com IN A 10.0.0.3
>
>
>
But what about SSL port (5223) ?
Which record must be there?
--
Regards,
Oleg
More information about the ejabberd
mailing list