Bladeren bron

feat(prosody): Enables connection resumption for jicofo and jvb.

factor2
damencho 6 maanden geleden
bovenliggende
commit
ccd9386184

+ 2
- 0
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example Bestand weergeven

119
 VirtualHost "auth.jitmeet.example.com"
119
 VirtualHost "auth.jitmeet.example.com"
120
     modules_enabled = {
120
     modules_enabled = {
121
         "limits_exception";
121
         "limits_exception";
122
+        "smacks";
122
     }
123
     }
123
     authentication = "internal_hashed"
124
     authentication = "internal_hashed"
125
+    smacks_hibernation_time = 15;
124
 
126
 
125
 -- Proxy to jicofo's user JID, so that it doesn't have to register as a component.
127
 -- Proxy to jicofo's user JID, so that it doesn't have to register as a component.
126
 Component "focus.jitmeet.example.com" "client_proxy"
128
 Component "focus.jitmeet.example.com" "client_proxy"

+ 2
- 0
resources/extra-large-conference/prosody.cfg.lua.visitor.template Bestand weergeven

113
     modules_enabled = {
113
     modules_enabled = {
114
           'limits_exception';
114
           'limits_exception';
115
           'ping';
115
           'ping';
116
+          'smacks';
116
     }
117
     }
117
     authentication = 'internal_hashed'
118
     authentication = 'internal_hashed'
119
+    smacks_hibernation_time = 15;
118
 
120
 
119
 Component 'conference.vX.meet.jitsi' 'muc'
121
 Component 'conference.vX.meet.jitsi' 'muc'
120
     storage = 'memory'
122
     storage = 'memory'

Laden…
Annuleren
Opslaan