Andrei Bora
572b99b208
Verify room name using regex in JWT
2021-04-19 07:49:46 -05:00
Jonathan Lennox
31c0ba4481
Load-test: emulate jitsi-meet stage view behavior, if selected. ( #8957 )
2021-04-06 16:31:26 -04:00
Jonathan Lennox
9662b2ae67
Load test: send video constraints only after ICE is connected. ( #8952 )
2021-04-05 17:17:25 -04:00
Jonathan Lennox
6275439a91
Load-test: Fix getId call. ( #8941 )
2021-04-05 12:03:54 -04:00
Jonathan Lennox
357bbd1158
Load test: emulate Jitsi-Meet's lastN and selectParticipant behavior. ( #8926 )
2021-04-01 10:30:23 -04:00
damencho
0067f6b077
fix: Fixes lobby when allowners is enabled.
2021-03-25 15:20:49 -06:00
Дамян Минков
2a9b6a7d28
fix(load-test): Fixes unmuting loadtest client. ( #8849 )
...
* fix(load-test): Fixes unmuting loadtest client.
Fixes the case where audio track was not added due to jicofo muting clients.
* squash(load-test): Drop noAutoLocalAudio and change add track logic.
Trying to mimic jitsi-meet.
* squash(load-test): Fix adding video.
2021-03-22 14:39:57 -05:00
Jonathan Lennox
81cf79e643
In loadtest, make localAudio non-const. ( #8829 )
...
(Because we modify it.)
2021-03-18 09:39:13 -04:00
Jonathan Lennox
226581a81a
Add muteAudio function to load test JS. ( #8802 )
2021-03-15 15:37:58 -04:00
damencho
2e308d67d8
feat: Fixes filtering not needed presences.
...
We were filtering only self presences, no it filters and the presences to the other participants.
2021-03-09 16:19:43 -06:00
Saúl Ibarra Corretgé
6df5a4cf31
fix(ios) make sure broadcast extension version matches
...
Fixes this Apple Store Connect warning:
~~~
ITMS-90473: CFBundleShortVersionString Mismatch - The CFBundleShortVersionString
value '1.0' of extension 'jitsi-meet.app/PlugIns/JitsiMeetBroadcast
Extension.appex' does not match the CFBundleShortVersionString value '21.0.0' of
its containing iOS application 'jitsi-meet.app'.
~~~
2021-03-09 10:33:04 +01:00
damencho
b559cb8ec6
feat: Move checks for moderator in pre-join and filter extra presences.
...
We will filter the initial presence where participant is announced as `participant` and shortly after that we send a second presence with the new `moderator` role.
2021-03-08 16:01:32 -06:00
damencho
30a2e84da1
fix: Fixes filtering lobby presences.
2021-03-08 16:01:32 -06:00
damencho
4c39d83ff1
feat(load-test): Fixes audio senders.
2021-02-22 17:48:19 -06:00
Дамян Минков
8fcaea9e3d
feat(load-test): Load test startmuted ( #8629 )
...
* feat(load-test): Senders unmute themselves if muted by policy.
* feat(load-test): Adds option to skip creating local audio track.
We currently create local audio track even when starting audio muted. Adding the option to control that can load test that for clients or signalling.
2021-02-17 10:28:01 -06:00
damencho
684d121159
fix(load-test): Fixes keepalive url when using load-test.
2021-02-12 13:03:29 -06:00
Дамян Минков
2cd43ba2e4
fix(load-test): Always create local audio track. ( #8612 )
...
* fix(load-test): Always create local audio track.
When audio mutes will mute the track. Also fixes previous change where we do not add any of the tracks to the room.
* squash: Fix lint errors.
2021-02-11 17:25:46 -06:00
damencho
04ee423257
fix(load-test): Create local tracks and then join.
...
Behaves now as the main client, and skips few unnecessary presences.
2021-02-11 15:14:31 -06:00
damencho
f4d0ec1bb4
fix(load-test): Uses websocket if available and adds room param to the connection url.
2021-02-09 15:48:06 -06:00
Jonathan Lennox
4beca0d5dd
Set receiver video constraint in load-test script, as-if tile view. ( #8567 )
2021-02-08 13:35:03 -05:00
Jonathan Lennox
73c3feb8fa
Improve load-test script. ( #8563 )
...
* In load-test, merge URL params into config.
* Honor config.testing.noAutoPlayVideo in load-test.
2021-02-05 16:00:28 -05:00
Дамян Минков
67a01364d3
Move load-test to resources ( #8560 )
...
* fix: Move load-test to resources.
* squash: Updates load-test dependencies.
* squash: Fix load-test build.
2021-02-05 09:12:45 -06:00
Saúl Ibarra Corretgé
7a64bf006e
misc(tools) add script for updating mobile apps versions
2021-02-05 11:56:44 +01:00
Saúl Ibarra Corretgé
c8ad04d0ff
misc(tools) add script for updating SDK version
2021-02-05 11:56:44 +01:00
damencho
bf714c1c8b
feat: Allow star for room in moderated tenants.
2021-01-28 16:28:39 -06:00
Дамян Минков
01c55bdb15
feat: Uses mod_external_services supporting urn:xmpp:extdisco:2. ( #8455 )
...
* feat: Uses mod_external_services supporting urn:xmpp:extdisco:2.
The old mod_turncredentials.lua is left to continue working for those using old installs.
New install will start using the new module which will no longer be needed with prosody 0.12.
https://hg.prosody.im/prosody-modules/file/4841cf3fded5/mod_external_services/mod_external_services.lua
* squash: Updates ljm to support urn:xmpp:extdisco:2.
2021-01-21 16:14:00 -06:00
bgrozev
b6f7f8fba7
Remove the "focus" external component, use client_proxy instead. ( #8381 )
...
* feat: Add mod_client_proxy and mod_roster_command.
Taken from prosody-modules 4317:456b9f608fcf with the
mod_roster_command patch applied.
* feat: Use mod_client_proxy to proxy to jicofo.
2021-01-11 15:45:00 -06:00
Shawn
060a8628ce
fixed admin check for token verification
2021-01-05 12:56:33 -06:00
53845714nF
f82088fb8f
add systemd to letsencrypt installer ( #8289 )
...
* add systemd to letsencrypt
* Better readability of systemd change
Co-authored-by: Sebastian Feustel <sebastian.feustel@aei.mpg.de>
2021-01-04 08:21:47 -06:00
Saúl Ibarra Corretgé
27d41604df
fix(script) add commits list to update LJM message
2020-12-18 09:45:09 +01:00
Andrei Bora
898eca86d5
Make jwt accept boolean values for features
2020-11-23 11:34:34 -06:00
Andrei Bora
c4ef7d8601
Fix get subdomain function
2020-11-11 08:37:35 -06:00
damencho
f6127d45e9
fix: Fix module allowners and moderated rooms.
2020-11-10 10:43:29 -06:00
damencho
895c92217a
fix: Optimizes hot paths in prosody modules, string comparisons.
2020-11-06 13:33:14 -06:00
Andrei Bora
50997ae6ac
Stringify boolean values from jwt user context
2020-11-06 06:15:45 -06:00
Дамян Минков
9f65ae52f1
fix: Prosody modules - drop unused and duplicate code and drop chatty debug statements ( #8027 )
...
* chore: Updates mod_smacks.lua version to latest.
https://hg.prosody.im/prosody-modules/file/db75772afb28/mod_smacks/mod_smacks.lua
* Drop unused modules.
* Update docs.
* Move utility functions away from domain mapper.
* Remove some chatty debug log messages.
* Drops not needed patch for mod_websocket.
2020-11-04 08:25:03 -06:00
slauth
9742e90bb5
allow wildcard in token issuer verification
2020-11-03 10:45:47 -06:00
damencho
734631a7a4
fix: Avoids storing lobby room instance in the main room object.
...
We sometimes see "error Top-level error, please report:
/usr/lib/prosody/util/serialization.lua:38: Can't serialize table: table has multiple references".
This also slows down restarting prosody.
2020-10-30 12:52:08 -05:00
emrah
da33d8a033
fix: speakerstats_component, attempt to index (a nil value)
2020-10-20 07:48:23 -05:00
Saúl Ibarra Corretgé
35bea1a1d0
fix(misc) update update-ljm script commit message
2020-10-07 16:31:47 +02:00
Дамян Минков
8dcf04897a
feat: Throttle out call attempts to the max number per minute ( #7742 )
...
* feat: Make possible to reload config for filter rayo iq.
* feat: Throttle out call attempts to the max number per minute
* squash: Updates comment about config
2020-09-22 10:53:43 -05:00
damencho
0354dbe889
fix: Updates docs and verification to halt joining process.
...
When returning the error and showing to user not allowed screen we were not completely halting the prejoin operation when token verification fails on room join and the token is valid in general.
2020-09-10 10:07:30 -05:00
Andrei Bora
af71d80150
Fix call after timeout
2020-08-19 17:38:40 +03:00
Andrei Bora
b765adca75
Solve review issues and add retries for http call
2020-08-19 17:11:18 +03:00
Andrei Bora
92e6cf7618
Add pre and post validation for users that want to use their own public keys
2020-08-19 16:50:24 +03:00
Aaron van Meerten
c3329ec931
Merge pull request #7518 from jitsi/aaronkvanmeerten/jibri-queue-component-modules
...
FEAT: prosody jibri queue component module
2020-08-18 10:16:39 -05:00
damencho
25ae83bcf4
fix: Fixes #7514 when promoting new moderator and lobby is enabled.
2020-08-14 17:56:24 -05:00
Aaron van Meerten
82b1408454
FEAT: jibri queue clear asap cache for token util on config reload
2020-08-14 15:24:26 -05:00
Aaron van Meerten
36565f0c50
FIX: token util keyurl definition move to above callback definition
2020-08-14 15:23:54 -05:00
Aaron van Meerten
0c48e205d7
Merge branch 'master' into aaronkvanmeerten/jibri-queue-component-modules
2020-08-14 14:21:13 -05:00