]> granicus.if.org Git - ejabberd/commitdiff
Set a 'max_stanza_size' for incoming s2s listener
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 16 Sep 2018 21:57:44 +0000 (23:57 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 16 Sep 2018 21:57:44 +0000 (23:57 +0200)
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.

ejabberd.yml.example

index fd5c3e25ebca0595716f0ac1fb6fc903e8cf1430..139b31751c2fa8fe946553be08338a525bc695ec 100644 (file)
@@ -51,6 +51,7 @@ listen:
     port: 5269
     ip: "::"
     module: ejabberd_s2s_in
+    max_stanza_size: 524288
   -
     port: 5443
     ip: "::"