Better match with latest developpement #24

Merged
meaz merged 5 commits from prosody_update into master 2022-09-06 21:37:22 +02:00
3 changed files with 0 additions and 3 deletions
Showing only changes of commit e657f258ce - Show all commits

View File

@ -3,6 +3,5 @@ prosody_bosh_enabled: 'true' # used in configure.yml
prosody_bosh_ports: '5281, 5280 '
prosody_bosh_max_inactivity: '60'
prosody_bosh_secure: 'true'
prosody_bosh_cross_domain: 'true'
prosody_ssl_key: '/path/to/key'
prosody_ssl_cert: '/path/to/cert'

View File

@ -120,7 +120,6 @@ prosody_modules:
module_enabled: 'true'
extra_options:
- 'consider_websocket_secure = true'
- 'cross_domain_websocket = true'
- name: 'posix'
description: 'POSIX functionality, sends server to background, enables syslog, etc.'

View File

@ -4,7 +4,6 @@
bosh_ports = { {{ prosody_bosh_ports }} }
bosh_max_inactivity = {{ prosody_bosh_max_inactivity }}
consider_bosh_secure = {{ prosody_bosh_secure }} -- Use if proxying HTTPS->HTTP on the server side
cross_domain_bosh = {{ prosody_bosh_cross_domain }} -- Allow access from scripts on any site with no proxy (requires a modern browser)
ssl = {
key = "{{ prosody_ssl_key }}";