Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2018-09-17 00:57:44 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2018-09-17 00:57:44 +0300
commitc851f9608acbafae11b3cab6c00843190b213094 (patch)
tree64d02c73b4886ee4c29560f4d7aa4fa84bee7abe /ejabberd.yml.example
parent3367c5b120329a7e6f7fddab289e017e2a0d3d9e (diff)
Set a 'max_stanza_size' for incoming s2s listener
Specify a 'max_stanza_size' limit for incoming s2s connections in the example configuration, but use a relatively large value in order to minimize the risk of this limit being hit by legitimate traffic.
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index fd5c3e25e..139b31751 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -51,6 +51,7 @@ listen:
port: 5269
ip: "::"
module: ejabberd_s2s_in
+ max_stanza_size: 524288
-
port: 5443
ip: "::"