Background information:
Debian 10, Apache2 web server jitsi-meet installed using;
The above installed jitsi-meet, and meeting are working well. After the installation, I found the file /usr/lib/prosody/modules/mod_muc_size.lua and would like to enable it.
Questions: Are there instructions for:
-
how to configure (and what to install) to get mod_muc_size.lua working?
-
documentation on how to use this module, for example how to access the room size information? Is it by https://jitsi.mydomain.com and/or by command line using curl?
If not, could someone please explain how to access the room size information provided by mod_muc_size.lua, and what needs to be 1) installed, 2) configured.
I have attempted to enable mod_muc_size (/usr/lib/prosody/modules/mod_muc_size.lua) to work.
These posts were intesting but not detailed enough for me to understand, and possibly not required for my installation?
I did attempt to install/configure some of the below ideas from the posts. And now I can restart prosody after enabling “muc_size” without errors being reported in prosody’s log file.
Here are my notes about lua5.2:
apt-get install liblua5.2-dev
wget https://keplerproject.github.io/luarocks/releases/luarocks-2.4.1.tar.gz
./configure --lua-version=5.2 --versioned-rocks-dir
make build
sudo make install
luarocks-5.2 install net-url
I also installed
luarocks-5.2 install basexx
luarocks-5.2 install luajwtjitsi
One post suggested accessing “muc_size”, information via this command, but it only returns page not found, so I guess “sessions” is not the name to use (but what is?).
curl http://localhost:5280/sessions