]> granicus.if.org Git - ejabberd/commitdiff
Fix "s2s_access" option name in documentation
authorHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 22 Jul 2014 13:06:19 +0000 (15:06 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 22 Jul 2014 13:06:19 +0000 (15:06 +0200)
doc/guide.tex
ejabberd.yml.example

index 44869e167540d500a7018332823bdb50526fc5db..30ccb75539fdc9681739b9704c73725a7adae971 100644 (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: 
   - 
index 627011d2e893a22b4daf4dd2e90bbabdfc5ca858..ad5ca9e4ec1f110090d7763719398bc726b495ca 100644 (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