Fix: i misunderstood the parameter s2s_close_timeout. And removing a duplicate hook.

This commit is contained in:
John Livingston
2023-05-25 10:54:19 +02:00
parent 9d40405f75
commit 92d92e3350
3 changed files with 2 additions and 5 deletions

View File

@ -296,8 +296,6 @@ class ProsodyConfigContent {
this.global.set('peertubelivechat_instance_url', publicServerUrl)
this.global.add('modules_enabled', 'websocket_s2s_peertubelivechat')
// s2s_close_timeout must be set accordingly with nginx timeout (30s)
this.global.set('s2s_close_timeout', 29)
// FIXME: seems to be necessary to add the module on the muc host, so that dialback can trigger route/remote.
this.muc.add('modules_enabled', 'websocket_s2s_peertubelivechat')