Chat Recording Module to be used with Jitsi Meet.
- Saves all chats, in all rooms, to filesystem.
[Installation]
- cp mod_muc_chat_recording.lua /usr/share/jitsi-meet/prosody-plugins
- Edit /etc/prosody/conf.d/[something].cfg.lua
- Add in conference muc component: modules_enable { ... "muc_chat_recording"; }
- It is possible to specify the path to save the chats, defining chatHistoryDir=path/to/folder in the component
- sudo service prosody restart