implement XEP-0368: SRV records for XMPP over TLS #6
3 changed files with 7 additions and 1 deletions
|
@ -10,6 +10,8 @@ prosody_core_modules_path: "/usr/lib/prosody/modules/"
|
|||
prosody_community_modules_path: "/usr/lib/prosody-modules"
|
||||
prosody_custom_script_path: '/etc/prosody/custom_scripts'
|
||||
prosody_statistics: ''
|
||||
prosody_direct_tls_ports: 5223
|
||||
|
||||
|
||||
firewall_module_enabled: 'true'
|
||||
|
||||
|
|
|
@ -135,12 +135,14 @@ prosody_modules:
|
|||
- 'limits = {'
|
||||
- 'c2s = {'
|
||||
- 'rate = "10kb/s";'
|
||||
- 'burst = "2s";'
|
||||
- '};'
|
||||
- 's2sin = {'
|
||||
- 'rate = "30kb/s";'
|
||||
- 'burst = "2s";'
|
||||
- '};'
|
||||
- '}'
|
||||
|
||||
|
||||
- name: 'groups'
|
||||
description: 'Shared roster support.'
|
||||
module_enabled: 'false'
|
||||
|
|
|
@ -35,6 +35,8 @@ contact_info = { {{ prosody_contact_info }} }
|
|||
|
||||
http_host = "{{ prosody_http_host }}"
|
||||
http_external_url = "{{ prosody_http_external_url }}"
|
||||
direct_tls_ports = { {{ prosody_direct_tls_ports }} }
|
||||
|
||||
|
||||
-- Enable use of libevent for better performance under high load
|
||||
-- For more information see: http://prosody.im/doc/libevent
|
||||
|
|
Loading…
Reference in a new issue