summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-07-22 15:06:19 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-07-22 15:06:19 +0200
commit4efca05149a3faf9c4153e3dc51dfe7bb4a418a4 (patch)
tree28e90a1858f206ee4724100a08400e737cc96688 /ejabberd.yml.example
parentreflect correct default value un example documentation (diff)
Fix "s2s_access" option name in documentation
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 627011d2..ad5ca9e4 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -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