Mercurial > prosody-modules
diff mod_s2soutinjection/README.markdown @ 4938:bc8832c6696b
upstream merge
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 11 May 2022 12:44:32 +0200 |
parents | f4a9e804c457 |
children |
line wrap: on
line diff
--- a/mod_s2soutinjection/README.markdown Wed May 11 12:43:26 2022 +0200 +++ b/mod_s2soutinjection/README.markdown Wed May 11 12:44:32 2022 +0200 @@ -16,15 +16,16 @@ "s2soutinjection"; } +-- targets must be IPs, not hostnames s2s_connect_overrides = { -- This one will use the default port, 5269 - ["example.com"] = "xmpp.server.local"; + ["example.com"] = "1.2.3.4"; -- To set a different port: - ["another.example"] = { "non-standard-port.example", 9999 }; + ["another.example"] = { "127.0.0.1", 9999 }; } ``` # Compatibility -Requires 0.9.x or later. +Requires 0.9.x or later. Tested on 0.12.0