[JDEV] Impossible to change server-2-server port...
Keith Minkler
kminkler at jabber.com
Thu Jun 14 11:42:55 CDT 2001
> <service id="s2s">
> ...
> <virtual id="remote.hostname">
> <ip port="yyyy"> xxx.xxx.xxx.xxx </ip>
> </virtual>
> ...
> <virtual id="remote.namehost">
> <ip port="zzz"/>
> </virtual>
> ...
> </service>
if can simply have:
<service id="s2s">
...
<config xmlns="jabber:config:dialback">
<ip port="1234">12.34.56.78</ip> <!-- listen on IP 12.34.56.78 port 1234 -->
<!-- or.. -->
<ip port="4321"/> <!-- listen on port 4321.. all local IPs -->
...
</config>
</service>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20010614/a448f4f2/attachment-0002.pgp>
More information about the JDev
mailing list