Skip to content

Prosody Module for recording chat messages on Jitsi Meet rooms

Notifications You must be signed in to change notification settings

eduardoafs/mod_muc_chat_recording

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Chat Recording Module to be used with Jitsi Meet.

  • Saves all chats, in all rooms, to filesystem.

[Installation]

  1. cp mod_muc_chat_recording.lua /usr/share/jitsi-meet/prosody-plugins
  2. Edit /etc/prosody/conf.d/[something].cfg.lua
  1. Add in conference muc component: modules_enable { ... "muc_chat_recording"; }
  2. It is possible to specify the path to save the chats, defining chatHistoryDir=path/to/folder in the component
  1. sudo service prosody restart

About

Prosody Module for recording chat messages on Jitsi Meet rooms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages