Skip to content

Commit

Permalink
feat(prosody): Enables connection resumption for jicofo and jvb.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Dec 4, 2024
1 parent 05a930e commit ccd9386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ Component "internal.auth.jitmeet.example.com" "muc"
VirtualHost "auth.jitmeet.example.com"
modules_enabled = {
"limits_exception";
"smacks";
}
authentication = "internal_hashed"
smacks_hibernation_time = 15;

-- Proxy to jicofo's user JID, so that it doesn't have to register as a component.
Component "focus.jitmeet.example.com" "client_proxy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ VirtualHost 'auth.meet.jitsi'
modules_enabled = {
'limits_exception';
'ping';
'smacks';
}
authentication = 'internal_hashed'
smacks_hibernation_time = 15;

Component 'conference.vX.meet.jitsi' 'muc'
storage = 'memory'
Expand Down

0 comments on commit ccd9386

Please sign in to comment.