|
mod_muc_log
Log chatroom messages to disk
Stage-Beta IntroductionThis module logs the conversation of chatrooms running on the server to Prosody's data store. To view them you will need a module such as mod_muc_log_http. Detailsmod_muc_log must be loaded individually for the components that need it. Assuming you have a MUC component already running on conference.example.org then you can add muc_log to it like so: Component "conference.example.org" "muc"
modules_enabled = {
"muc_log";
}Compatibility
| ||||
► Sign in to add a comment