jiti-meet/resources
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
..
img doc: add app download badges to README 2019-11-26 14:58:35 +01:00
nwjs-integration Move miscellaneous files to resources 2017-02-23 10:01:19 +01:00
prosody-plugins Fix mod_muc_max_occupants to properly ignore whitelisted users 2020-03-31 16:38:23 -05:00
install-letsencrypt-cert.sh Introduces installing coturn as turn server for jitsi-meet (#4959) 2020-01-09 16:51:27 +00:00
robots.txt Prevent meetings from being crawled by Google 2020-03-31 21:45:28 +02:00