Skip to content

jitsi-contrib/prosody-plugins

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2024
Jul 24, 2023
Oct 17, 2024
Oct 21, 2024
Sep 27, 2021
Jan 19, 2023
Nov 26, 2024
Dec 28, 2023
Oct 9, 2024
Apr 25, 2024
Oct 15, 2022
Aug 6, 2024
Jan 3, 2023
Mar 22, 2024
Oct 16, 2024
Sep 28, 2022
Oct 23, 2022
Jan 3, 2023
Mar 22, 2024
Nov 10, 2023
Apr 14, 2021
Jan 27, 2023
Apr 14, 2021
Aug 9, 2024
Nov 27, 2024
Oct 8, 2024
Oct 8, 2024

Repository files navigation

Prosody plugins

  • access_token

    Provides a token that proves its owner is a participant of an ongoing Jitsi meeting.

  • auth_hybrid_matrix_token

    Provides an authentication provider for Prosody which supports Matrix and standard Jitsi token at the same time.

  • event sync

    Sends HTTP POST to external API when occupant or room events triggered.

  • frozen nick

    Prevents users from changing display name set by JWT auth.

  • jibri autostart

    Automatically start recording when the moderator comes into the room.

  • lobby autostart

    Automatically enables the lobby for all rooms.

  • lobby deactivate

    Deactivates the lobby after the first authorized participant joins.

  • owner restricted

    Allows the conference if there is a moderator (owner) in the room.

  • per room max occupants

    Extends the capabilities of mod_muc_max_occupants by allowing different max occupancy based on the room name or subdomain.

  • proxybased external services

    extends external_services module to allow redirection of different clients to different services based on an HTTP header in the requests.

  • secure domain lobby bypass

    Enables some users to bypass lobby based on the authentiation.

  • time restricted

    Sets a time limit to the conference.

  • token affiliation

    Sets the occupant's affiliation according to the token content.

  • token no wildcard

    Enforces single room per token by rejecting tokens that use wildcards or regex-based room names.

  • token lobby bypass

    Enables some users to bypass lobby based on token content.

  • token lobby ondemand

    Selectively send users to lobby based on token content. Enables lobby automatically if not yet activated.

  • token owner party

    Prevents the unauthorized users to create a room and terminates the conference when the owner leaves.

  • token security_ondemand

    Selectively enable/disable lobby or set/unset password for a meeting room based on token content.