24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Merge pull request #257 from weiss/fix-option-name

Fix "s2s_access" option name in documentation
This commit is contained in:
Evgeny Khramtsov 2014-07-22 17:47:04 +04:00
commit 9ff3ce8bd1
2 changed files with 4 additions and 4 deletions

View File

@ -1288,11 +1288,11 @@ access:
all: normal
xmlrpc_access:
xmlrpc_bot: allow
s2s_access:
s2s:
trusted_servers: allow
all: deny
s2s_certfile: "/path/to/ssl.pem"
s2s_policy: s2s_access
s2s_access: s2s
s2s_use_starttls: required_trusted
listen:
-

View File

@ -196,7 +196,7 @@ listen:
##
## Default s2s policy for undefined hosts.
##
## s2s_policy: s2s_access
## s2s_access: s2s
##
## Outgoing S2S options
@ -487,7 +487,7 @@ access:
trusted_network:
loopback: allow
## Do not establish S2S connections with bad servers
## s2s_access:
## s2s:
## bad_servers: deny
## all: allow