disable s2s

Am I right when I say: s2s means server to server so it's used of for intercommunication between jabber severs.

I intend to use only one server in intranet.

Do I need s2s service?

Re: disable s2s

mrbeeye wrote:

Am I right when I say: s2s means server to server so it's used of for intercommunication between jabber severs.

You are right:

6.1.4 s2s Manager

This module routes packets to other Jabber servers. First, it checks if an opened s2s connection from the domain of the packet's source to the domain of the packet's destination exists. If that is the case, the s2s manager routes the packet to the process serving this connection, otherwise a new connection is opened.

mrbeeye wrote:

I intend to use only one server in intranet.

Do I need s2s service?

No, but you also can just block TCP port 5269 on your firewall. In that case you can later open the port for connections to a client's server, for example.

Syndicate content