jiti-meet/resources/prosody-plugins
Steve Frécinaux aff6d4b36d Fix mod_muc_max_occupants to properly ignore whitelisted users
In a typical Jitsi Meet setup, this plugin can be used to limit the number of
occupants in a meeting room, while ignoring "utility" users. Such a
configuration could be:

    muc_max_occupants = 2
    muc_access_whitelist = {
        "focus@auth.meet.jitsi";
    }

It would be expected that this configuration allows two users to attend the
meeting room, but in practice only one is allowed, because the whitelist is not
honoured.

This commit fixes it by actually updating the `user` and `domain` variables
being checked. After this change, the scenario above works just fine.
2020-03-31 16:38:23 -05:00
..
token changed to using a setter for the asapKeyServer 2019-06-06 15:22:38 -05:00
ext_events.lib.lua Adds server-side speaker stats handling. 2018-12-28 13:54:29 +00:00
mod_auth_token.lua feat(mod_auth_token): add support for 'previd' query param 2020-03-11 06:56:40 -07:00
mod_conference_duration.lua Fixes conference duration config to use valid IDNA. 2020-01-14 12:16:39 +00:00
mod_conference_duration_component.lua Add conference timer (#4958) 2020-01-13 17:12:25 +00:00
mod_filter_iq_jibri.lua Token based features (#3075) 2018-06-15 13:10:22 -05:00
mod_filter_iq_rayo.lua Updates rayo filter to add user token info to dial messages. 2019-09-30 16:53:38 +01:00
mod_muc_allowners.lua Move miscellaneous files to resources 2017-02-23 10:01:19 +01:00
mod_muc_call.lua feat(calls): Adding missed call event triggering. 2018-07-11 21:09:53 +00:00
mod_muc_domain_mapper.lua Activates multidomain by default when installing with nginx. 2019-12-10 10:55:56 +01:00
mod_muc_max_occupants.lua Fix mod_muc_max_occupants to properly ignore whitelisted users 2020-03-31 16:38:23 -05:00
mod_muc_meeting_id.lua Handles unique Id for a meeting. 2019-11-26 10:37:19 +00:00
mod_muc_poltergeist.lua fixes async_handler_wrapper (#5001) 2020-01-23 19:31:05 +00:00
mod_muc_size.lua fixes async_handler_wrapper (#5001) 2020-01-23 19:31:05 +00: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_smacks.lua add mod_smacks.lua version c49fea05772e 2020-03-11 06:56:40 -07:00
mod_speakerstats.lua Adds server-side speaker stats handling. 2018-12-28 13:54:29 +00:00
mod_speakerstats_component.lua sperakerstats: prevent access of nil object (#5112) 2020-03-06 12:33:41 +01:00
mod_token_verification.lua Handles '*' as room name in jwt. 2017-06-26 10:51:06 -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_smacks.patch add mod_websocket_smacks.patch 2020-03-11 06:56:40 -07: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 fixes async_handler_wrapper (#5001) 2020-01-23 19:31:05 +00:00