Skip to content

Instantly share code, notes, and snippets.

@stompro
Created December 14, 2022 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stompro/2553aa6edbf0fac06d893d836c9e3c75 to your computer and use it in GitHub Desktop.
Save stompro/2553aa6edbf0fac06d893d836c9e3c75 to your computer and use it in GitHub Desktop.
ejabberd 21.01-2 (Debian 11.5)
root@virt-egdev2:/etc/ejabberd# diff ejabberd.yml ejabberd.yml-orig
17d16
< negotiation_timeout: 60
35,36d33
< - private.localhost
< - public.localhost
70c67
< starttls_required: false
---
> starttls_required: true
133c130
< auth_password_format: plain
---
> auth_password_format: scram
198c195
< rate: 500000
---
> rate: 3000
200c197
< fast: 500000
---
> fast: 200000
203,208c200,207
< max_user_sessions: 10000
< ##max_user_offline_messages:
< ##5000: admin
< ##100: all
< c2s_shaper: none
< s2s_shaper: none
---
> max_user_sessions: 10
> max_user_offline_messages:
> 5000: admin
> 100: all
> c2s_shaper:
> none: admin
> normal: all
> s2s_shaper: fast
253,254c252,253
< ## mod_offline:
< ## access_max_user_messages: max_user_offline_messages
---
> mod_offline:
> access_max_user_messages: max_user_offline_messages
296d294
< mod_legacy_auth: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment