From c9978178f629b756e29bc5b184338d62c2aff7d4 Mon Sep 17 00:00:00 2001 From: Adam Bowling Date: Wed, 9 Aug 2017 16:31:42 -0400 Subject: [PATCH] LP#1709710: Add back max_stanza_size directive to ejabberd.cfg and/or ejabberd.yml Signed-off-by: Adam Bowling --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index 33476a0..53d04fe 100644 --- a/README +++ b/README @@ -233,7 +233,8 @@ changes: + b. Change all `maxrate` values to 500000 c. Increase the `max_user_sessions` value to 10000 - d. Comment out the `mod_offline` directive + d. Change `max_stanza_size` value to 2000000 + e. Comment out the `mod_offline` directive + (Debian Jessie) Ejabberd 13.x and 14.x:: Open `/etc/ejabberd/ejabberd.yml` and make the following @@ -251,7 +252,8 @@ hosts: + b. Change `shaper:` `normal` and `fast` values to 500000 c. Increase the `max_user_sessions:` `all:` value to 10000 - d. Comment out the `mod_offline` directive + d. Change `max_stanza_size` value to 2000000 + e. Comment out the `mod_offline` directive + ----------------------- ##mod_offline: @@ -275,7 +277,8 @@ hosts: b. Change `auth_password_format` to plain c. Change `shaper:` `normal` and `fast` values to 500000 d. Increase the `max_user_sessions:` `all:` value to 10000 - e. Comment out the `mod_offline` directive + e. Change `max_stanza_size` value to 2000000 + f. Comment out the `mod_offline` directive + ----------------------- ##mod_offline: -- 2.11.0