jiti-meet/resources/prosody-plugins
Дамян Минков 744960bb1a
feat: Several module optimizations to avoid constant parsing of jids. (#12594)
* feat: Several module optimizations to avoid constant parsing of jids.

Caches the parsed values in a rotating table with limited size.
Skips constant creating of a stanza with never changing values - create it once and then just clone it.

* squash: Fixes extract_subdomain multiple values.

* squash: Fix table values when there is a nil element.

* squash: Fix skipping the roomless IQs.

* squash: Fix comments.
2022-11-28 14:18:59 -06:00
..
token feat: Several module optimizations to avoid constant parsing of jids. (#12594) 2022-11-28 14:18:59 -06: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 feat: Moves to use jitsi-anonymous by default. 2022-07-11 16:17:12 +03:00
mod_auth_token.lua fix(misc) fix typos 2022-07-14 09:10:08 +02: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 fix: Fixes lua log lines. 2022-08-30 11:24:28 -05:00
mod_certs_all.lua feat: Modules for implementing visitor nodes. (#12593) 2022-11-28 14:18:33 -06: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 fix: Fixes lua log lines. 2022-08-30 11:24:28 -05:00
mod_end_conference.lua refactor(end-conference): distinguish between component vs host module logic 2022-11-15 10:34:40 -06: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_fmuc.lua feat: Modules for implementing visitor nodes. (#12593) 2022-11-28 14:18:33 -06:00
mod_jiconop.lua feat: Several module optimizations to avoid constant parsing of jids. (#12594) 2022-11-28 14:18:59 -06: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) fix broadcast timer 2022-09-01 18:19:29 +02: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(reservations) start lobby and set password from reservation (#12215) 2022-09-27 14:59:30 -05: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 feat: Modules for implementing visitor nodes. (#12593) 2022-11-28 14:18:33 -06:00
mod_muc_password_check.lua feat: Adds room info http endpoint jwt protected. (#11738) 2022-07-12 09:51:13 +03: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 feat: Adds LE choice when installing debian package. (#12154) 2022-09-13 07:55:00 -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_persistent_lobby.lua fix(persistent_lobby): properly destroy main room when empty 2022-10-20 12:15:56 -05:00
mod_polls.lua fix(polls) refactor message handling 2022-09-29 19:28:24 +02: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 fix(reservations): skip reservations check for breakout rooms 2022-10-07 17:07:28 -05:00
mod_room_metadata.lua feat(room-metadata) add module for generic room metadata storage 2022-09-27 20:50:41 +02:00
mod_room_metadata_component.lua feat(room-metadata) add module for generic room metadata storage 2022-09-27 20:50:41 +02: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 fix(misc) fix typos 2022-07-14 09:10:08 +02: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 feat(face-landmarks): add face landmarks timeline (#12561) 2022-11-22 15:56:37 +02:00
mod_token_verification.lua feat: Adds LE choice when installing debian package. (#12154) 2022-09-13 07:55:00 -05: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
mod_xxl_conference.lua feat: Modules for implementing visitor nodes. (#12593) 2022-11-28 14:18:33 -06: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 chore(typos) fix some typos 2022-08-30 16:21:58 +02:00
util.lib.lua feat: Several module optimizations to avoid constant parsing of jids. (#12594) 2022-11-28 14:18:59 -06:00