]> granicus.if.org Git - ejabberd/commitdiff
Increase 'max_stanza_size' limit for c2s listener
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 16 Sep 2018 22:18:38 +0000 (00:18 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 16 Sep 2018 22:18:38 +0000 (00:18 +0200)
Specify a larger 'max_stanza_size' limit for c2s connections in the
default configuration in order to reduce the risk of this limit being
hit by legitimate traffic (such as avatar uploads).

ejabberd.yml.example

index 139b31751c2fa8fe946553be08338a525bc695ec..5ea258a02e81c7121799f081fefa00b6d860c5bb 100644 (file)
@@ -43,7 +43,7 @@ listen:
     port: 5222
     ip: "::"
     module: ejabberd_c2s
-    max_stanza_size: 65536
+    max_stanza_size: 262144
     shaper: c2s_shaper
     access: c2s
     starttls_required: true