Mercurial > prosody-wiki
view mod_muc_log.wiki @ 383:9c586d75c8a4
mod_checkcerts.with: Show how to adjust nag time
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 30 Jun 2013 20:16:51 +0200 |
parents | 49ec592e43f6 |
children | e15448188d05 |
line wrap: on
line source
#summary Log chatroom messages to disk #labels Stage-Beta = Introduction = This 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]. = Details = mod_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 = || 0.6 || Works || || 0.7 || Works ||