Merge branch 'release/3.2.0' into prosody_room_list

This commit is contained in:
John Livingston
2021-07-14 19:11:09 +02:00
7 changed files with 71 additions and 1 deletions

View File

@ -203,6 +203,10 @@ class ProsodyConfigContent {
}
}
useC2S (c2sPort: string): void {
this.global.set('c2s_ports', [c2sPort])
}
useMucHttpDefault (url: string): void {
this.muc.add('modules_enabled', 'muc_http_defaults')
this.muc.add('muc_create_api_url', url)