jiti-meet/resources/prosody-plugins
Дамян Минков 35572700bf
Enables sending release number from backend. (#11552)
* chore(deps) lib-jitsi-meet@latest

https://github.com/jitsi/lib-jitsi-meet/compare/v1436.0.0+d5c46952...v1437.0.0+966fcd93

* squash: Enables sending release number from backend.
2022-05-18 13:04:49 -05:00
..
token feat: Moves luajwtjitsi in jitsi-meet. (#11501) 2022-05-09 09:15:12 -05:00
ext_events.lib.lua Adds server-side speaker stats handling. 2018-12-28 13:54:29 +00:00
luajwtjitsi.lib.lua feat: Moves luajwtjitsi in jitsi-meet. (#11501) 2022-05-09 09:15:12 -05:00
mod_auth_jitsi-anonymous.lua fix(prosody) fix username not being set in mod_auth_jitsi-anonymous 2021-08-18 15:16:53 +02:00
mod_auth_token.lua call module that checks the jwt against the access service 2021-10-04 14:11:54 -05:00
mod_av_moderation.lua fix(prosody): av_moderation_component default val 2021-08-27 07:58:36 -05:00
mod_av_moderation_component.lua feat: Simplify AV moderation participant approve/remove message and fix array usage. (#10062) 2021-09-30 13:35:55 -05:00
mod_client_proxy.lua Remove the "focus" external component, use client_proxy instead. (#8381) 2021-01-11 15:45:00 -06:00
mod_conference_duration.lua fix: Fixes default values in speakerstats and conf duration modules. 2021-08-27 08:42:59 -05:00
mod_conference_duration_component.lua Conference timer should start counting at 0 2020-04-23 10:22:02 -05:00
mod_external_services.lua feat: Updates external-services.lua to latest. 2022-03-29 12:29:48 -05:00
mod_filter_iq_jibri.lua feat: Adds an option to validate a recording token. 2020-07-02 12:51:14 -05:00
mod_filter_iq_rayo.lua feat: Throttle out call attempts to the max number per minute (#7742) 2020-09-22 10:53:43 -05:00
mod_jiconop.lua Enables sending release number from backend. (#11552) 2022-05-18 13:04:49 -05:00
mod_jitsi_session.lua fix(breakout,av-moderation): support non-ascii tenant names 2021-12-07 18:31:36 +01:00
mod_limits_exception.lua fix: Adds a null check in mod_limits_exceptions. 2021-08-10 14:34:20 -05:00
mod_muc_allowners.lua fix: Fixes kick when allowners is enabled. 2021-10-20 08:10:40 -07:00
mod_muc_breakout_rooms.lua fix(breakout-rooms): Adds few nil checks in lua code. 2021-12-23 14:40:39 -06:00
mod_muc_call.lua fix: Optimizes hot paths in prosody modules, string comparisons. 2020-11-06 13:33:14 -06:00
mod_muc_census.lua feat: new prosody module to report census of all rooms (#9901) 2021-09-09 13:24:04 -05:00
mod_muc_domain_mapper.lua fix: Clear prosody utils and removes a debug statement. 2021-06-22 09:44:26 +03:00
mod_muc_lobby_rooms.lua feat: Lobby chat (#10847) 2022-03-03 11:29:38 -06:00
mod_muc_max_occupants.lua feat: Dynamically limit the number of participants in a room (#9880) 2021-09-09 08:15:14 -05:00
mod_muc_meeting_id.lua ref: Make is_healthcheck_room more generic. 2020-05-12 18:22:14 -05:00
mod_muc_password_whitelist.lua task: mod_muc_password_whitelist prosody module (#11184) 2022-03-21 11:38:21 -05:00
mod_muc_poltergeist.lua feat: jitsi_session: extracts URL parameters from BOSH or WS into session 2021-05-13 06:29:42 -05:00
mod_muc_rate_limit.lua feat: Adds a prosody module limiting the join rate in a room. 2021-10-19 16:52:32 -07:00
mod_muc_size.lua prosody muc_size plugin, room get info error fix (Traceback[httpserver]: /usr/lib/prosody/util/async.lua:137: /prosody-plugins/mod_muc_size.lua:141: attempt to concatenate local 'subdomain' (a nil value) 2020-07-01 08:04:41 -05:00
mod_muc_transcription_filter.lua Added module for filtering transcription requests from presence stanz… (#6404) 2020-04-28 09:11:58 -05:00
mod_polls.lua feat(polls) fix spacing and send answer identifier 2021-11-05 07:34:52 -07:00
mod_poltergeist_component.lua A poltergeist module. 2017-07-14 22:18:23 -05:00
mod_presence_identity.lua Update poltergeist's presence with identity information. (#2650) 2018-03-23 13:58:05 -07:00
mod_reservations.lua feat(reservations) add integration with mod_muc_max_occupants 2022-03-24 08:38:34 -05:00
mod_roster_command.lua Remove the "focus" external component, use client_proxy instead. (#8381) 2021-01-11 15:45:00 -06:00
mod_roster_command.patch Remove the "focus" external component, use client_proxy instead. (#8381) 2021-01-11 15:45:00 -06:00
mod_smacks.lua chore: Updates mod_smacks.lua version to latest. 2021-06-22 09:44:26 +03:00
mod_speakerstats.lua fix: Fixes default values in speakerstats and conf duration modules. 2021-08-27 08:42:59 -05:00
mod_speakerstats_component.lua ref(face-landmarks) refactor namings (#11307) 2022-04-06 12:10:31 +03:00
mod_token_verification.lua fix: Updates token verification hooks priority. (#11105) 2022-03-10 14:28:58 -06:00
mod_turncredentials.lua Introduces installing coturn as turn server for jitsi-meet (#4959) 2020-01-09 16:51:27 +00:00
mod_websocket_session_event.patch add mod_websocket patch for session event 2020-07-23 16:29:45 -05:00
muc_owner_allow_kick-0.12.patch feature: patch for muc_owner_allow_kick in prosody 0.12 (#11142) 2022-03-15 21:15:14 -05:00
muc_owner_allow_kick.patch Move miscellaneous files to resources 2017-02-23 10:01:19 +01:00
poltergeist.lib.lua Adding state to poltergeist store for correlating external resources with calls. 2018-06-29 14:51:48 -05:00
util.lib.lua call module that checks the jwt against the access service 2021-10-04 14:11:54 -05:00