Files
jitsi-meet/resources/prosody-plugins/mod_speakerstats.lua

7 lines
348 B
Lua

-- TODO: Remove this file after several stable releases when people update their configs
module:log('warn', 'mod_speakerstats is deprecated and will be removed in a future release. '
.. 'Please update your config by removing this module from the list of loaded modules.');
module:depends('jitsi_session');
module:depends('features_identity');