ipasserelle-im/root/etc/e-smith/templates/etc/ejabberd/ejabberd.cfg/83PortsOut

10 lines
182 B
Plaintext

% If SRV lookup fails, then port 5269 is used to communicate with remote server
{
if (($ejabberd{'S2s'} || 'enabled') eq 'enabled'){
$OUT .= '{outgoing_s2s_port, 5269}.';
}
}