{"id":42342406,"url":"https://github.com/jitsi-contrib/prosody-plugins","last_synced_at":"2026-01-27T15:08:52.182Z","repository":{"id":39085258,"uuid":"358015632","full_name":"jitsi-contrib/prosody-plugins","owner":"jitsi-contrib","description":"Prosody plugins for Jitsi","archived":false,"fork":false,"pushed_at":"2025-09-19T16:00:43.000Z","size":270,"stargazers_count":73,"open_issues_count":1,"forks_count":33,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-09-19T16:25:36.792Z","etag":null,"topics":["jitsi","lua","plugins","prosody"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jitsi-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-14T19:12:32.000Z","updated_at":"2025-09-19T16:00:46.000Z","dependencies_parsed_at":"2023-02-15T07:15:52.217Z","dependency_job_id":"214a11d0-9d1a-4239-aa3f-c0568c58fd5a","html_url":"https://github.com/jitsi-contrib/prosody-plugins","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/jitsi-contrib/prosody-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fprosody-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fprosody-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fprosody-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fprosody-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jitsi-contrib","download_url":"https://codeload.github.com/jitsi-contrib/prosody-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fprosody-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jitsi","lua","plugins","prosody"],"created_at":"2026-01-27T15:08:51.620Z","updated_at":"2026-01-27T15:08:52.175Z","avatar_url":"https://github.com/jitsi-contrib.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prosody plugins\n\n- [access_token](access_token/)\n\n  Provides a token that proves its owner is a participant of an ongoing `Jitsi`\n  meeting.\n\n- [auth_hybrid_matrix_token](auth_hybrid_matrix_token/)\n\n  Provides an authentication provider for `Prosody` which supports `Matrix` and\n  standard `Jitsi` token at the same time.\n\n- [event sync](event_sync/)\n\n  Sends HTTP POST to external API when occupant or room events triggered.\n\n- [frozen nick](frozen_nick/)\n\n  Prevents users from changing display name set by JWT auth.\n\n- [jibri autostart](jibri_autostart/)\n\n  Automatically start recording when the moderator comes into the room.\n\n- [lobby autostart](lobby_autostart/)\n\n  Automatically enables the lobby for all rooms.\n\n- [lobby_autostart_on_owner](lobby_autostart_on_owner/)\n\n  Automatically enables the lobby when the moderator comes into the room.\n\n- [lobby deactivate](lobby_deactivate/)\n\n  Deactivates the lobby after the first authorized participant joins.\n\n- [owner restricted](owner_restricted/)\n\n  Allows the conference if there is a moderator (`owner`) in the room.\n\n- [per room max occupants](per_room_max_occupants/)\n\n  Extends the capabilities of mod_muc_max_occupants by allowing different max\n  occupancy based on the room name or subdomain.\n\n- [proxybased external services](proxybased_external_services/)\n\n  extends `external_services` module to allow redirection of different clients\n  to different services based on an HTTP header in the requests.\n\n- [secure domain lobby bypass](secure_domain_lobby_bypass/)\n\n  Enables some users to bypass lobby based on the authentiation.\n\n- [time restricted](time_restricted/)\n\n  Sets a time limit to the conference.\n\n- [token affiliation](token_affiliation/)\n\n  Sets the occupant's affiliation according to the token content.\n\n- [token_lobby_autostart](token_lobby_autostart/)\n\n  Automatically enables the lobby for all rooms if it is not disabled explicitly\n  in the token payload.\n\n- [token lobby bypass](token_lobby_bypass/)\n\n  Enables some users to bypass lobby based on token content.\n\n- [token lobby bypass for initiator](token_lobby_bypass_for_initiator/)\n\n  Enables the first moderator to bypass the lobby.\n\n- [token lobby ondemand](token_lobby_ondemand/)\n\n  Selectively send users to lobby based on token content. Enables lobby\n  automatically if not yet activated.\n\n- [token no wildcard](token_no_wildcard/)\n\n  Enforces single room per token by rejecting tokens that use wildcards or\n  regex-based room names.\n\n- [token owner party](token_owner_party/)\n\n  Prevents the unauthorized users to create a room and terminates the conference\n  when the owner leaves.\n\n- [token security_ondemand](token_security_ondemand/)\n\n  Selectively enable/disable lobby or set/unset password for a meeting room\n  based on token content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitsi-contrib%2Fprosody-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitsi-contrib%2Fprosody-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitsi-contrib%2Fprosody-plugins/lists"}