Fix Prosody configuration.

This commit is contained in:
John Livingston
2023-04-13 13:01:48 +02:00
committed by John Livingston
parent 772689f9ce
commit f8b83defb5
2 changed files with 11 additions and 5 deletions

View File

@ -173,7 +173,7 @@ class ProsodyConfigContent {
this.global.set('consider_bosh_secure', false)
// this.global.set('cross_domain_websocket', false) No more needed with Prosody 0.12
this.global.set('consider_websocket_secure', false)
this.global.set('certificates', this.paths.data)
this.global.set('certificates', this.paths.certs)
this.muc.set('muc_room_locking', false)
this.muc.set('muc_tombstones', false)