Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- listen:
- -
- port: 5222
- ip: "::"
- module: ejabberd_c2s
- starttls_required: false
- protocol_options: 'TLS_OPTIONS'
- max_stanza_size: 2000000
- shaper: c2s_shaper
- access: c2s
- backlog: 10
- ###. ============
- ###' SHAPER RULES
- shaper_rules:
- ## Maximum number of simultaneous sessions allowed for a single user:
- max_user_sessions: 10000
- ## Maximum number of offline messages that users can have:
- max_user_offline_messages:
- - 5000: admin
- - 100
- ## For C2S connections, all users except admins use the "normal" shaper
- c2s_shaper: none
- ## All S2S connections use the "fast" shaper
- s2s_shaper: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement