damencho
bf714c1c8b
feat: Allow star for room in moderated tenants.
4 years ago
Дамян Минков
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.
4 years ago
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:456b9f608f with the
mod_roster_command patch applied.
* feat: Use mod_client_proxy to proxy to jicofo.
4 years ago
Shawn
060a8628ce
fixed admin check for token verification
4 years ago
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 >
4 years ago
Saúl Ibarra Corretgé
27d41604df
fix(script) add commits list to update LJM message
4 years ago
Andrei Bora
898eca86d5
Make jwt accept boolean values for features
4 years ago
Andrei Bora
c4ef7d8601
Fix get subdomain function
4 years ago
damencho
f6127d45e9
fix: Fix module allowners and moderated rooms.
4 years ago
damencho
895c92217a
fix: Optimizes hot paths in prosody modules, string comparisons.
5 years ago
Andrei Bora
50997ae6ac
Stringify boolean values from jwt user context
5 years ago
Дамян Минков
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.
5 years ago
slauth
9742e90bb5
allow wildcard in token issuer verification
5 years ago
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.
5 years ago
emrah
da33d8a033
fix: speakerstats_component, attempt to index (a nil value)
5 years ago
Saúl Ibarra Corretgé
35bea1a1d0
fix(misc) update update-ljm script commit message
5 years ago
Дамян Минков
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
5 years ago
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.
5 years ago
Andrei Bora
af71d80150
Fix call after timeout
5 years ago
Andrei Bora
b765adca75
Solve review issues and add retries for http call
5 years ago
Andrei Bora
92e6cf7618
Add pre and post validation for users that want to use their own public keys
5 years ago
damencho
25ae83bcf4
fix: Fixes #7514 when promoting new moderator and lobby is enabled.
5 years ago
Aaron van Meerten
82b1408454
FEAT: jibri queue clear asap cache for token util on config reload
5 years ago
Aaron van Meerten
36565f0c50
FIX: token util keyurl definition move to above callback definition
5 years ago
Aaron van Meerten
5e35b69fc9
FIX: prosody token util handles race on timeout gracefully
5 years ago
Aaron van Meerten
3fd85720bc
FIX: prosody jibri queue component reloads configuration
5 years ago
Aaron van Meerten
e439d065b7
FEAT: token util better logging for timeouts, verification
5 years ago
Aaron van Meerten
d716665f27
FIX: jibri-queue module log improvements
5 years ago
Aaron van Meerten
d05fa32413
FIX: add flag to control whether to check room claim in JWT validation
jibri queue component stop checking room validation in token
Jibri queue component debug output when bad token is found
5 years ago
Aaron van Meerten
3da7798e9f
FIX: prosody: output string for time and position in jibri queue
5 years ago
Aaron van Meerten
6fc9606c0d
FEAT: support updating accepted issuer/aud for token lib
5 years ago
Aaron van Meerten
0bd100f027
FIX: prosody: comment on destroy_request
5 years ago
Aaron van Meerten
f14a595462
FIX: prosody: destroy_request check
5 years ago
Aaron van Meerten
c4155575f9
FIX: prosody: room validation on jibri-queue
The full room JID is now passed properly to verify_token
verify_token now also expects the correct jid for validation
5 years ago
Aaron van Meerten
11ee71a51c
FEAT: jwt pubkey cache inside object
Allows each module that does token validation to have its own cache
5 years ago
Aaron van Meerten
9b7e8c98ad
FEAT: default value for jibri queue region
5 years ago
Aaron van Meerten
ad44558153
FEAT: validate keys at specific URL for jibri queue
Provide region value in POST to jibri-queue service
5 years ago
Elliot Cooper
b814827df1
misc: replace certbot-auto with certbot
5 years ago
paweldomas
00b41dbb41
add mod_websocket patch for session event
It's to be used in docker-jitsi-meet to patch older
Prosody versions until this change becomes available.
5 years ago
damencho
ddc2b4f26e
fix: Adds display name to notifications about lobby operations.
Display name for lobby operations notifications are taken from the list of knocking participants which is available only to moderators. In case of not all moderators the notifications were broken.
5 years ago
Aaron van Meerten
d70f9d6fd6
FIX: use correct URL paths for jibri queue service
5 years ago
Aaron van Meerten
7858f12df2
FEATURE: proper outbound iq handler for REST requests
5 years ago
Aaron van Meerten
828e578af4
FIX: rename disco info component to correct name
FIX: reply to iq only on successful reply from queue server
5 years ago
Aaron van Meerten
4289b23135
feature: jibri queue authorization header handler
5 years ago
Aaron van Meerten
099820b6ac
prosody modules: jibri queue events for leave, room destroyed
5 years ago
Aaron van Meerten
25ded0bdeb
prosody modules: add util function for rewritesplit JID
5 years ago
Aaron van Meerten
51fd10278b
FIX: prosody jibri queue handle iq properly
5 years ago
abora8x8
5b89709483
Add hook for creating lobby before participants join (#7273)
* Add hook for create lobby
* Remove duplicated code
5 years ago
Saúl Ibarra Corretgé
546b0abe32
misc: add script to update LJM to the latest commit
5 years ago
Maxence Dalmais
4e1f42a665
Update mod_muc_poltergeist.lua
Add avatar to user context so it is picked by the web interface
5 years ago