Преглед изворни кода

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

factor2
damencho пре 6 месеци
родитељ
комит
ccd9386184

+ 2
- 0
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example Прегледај датотеку

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

+ 2
- 0
resources/extra-large-conference/prosody.cfg.lua.visitor.template Прегледај датотеку

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

Loading…
Откажи
Сачувај