5 summary: 'Storage module using mod\_muc\_log data with new stanza archive API'
11 [mod\_muc\_log] provided logging of chatrooms running on the server to
12 Prosody's data store. This module gives access to this data using the
13 0.10+ stanza archive API, allowing legacy log data to be used with
14 [mod\_mam\_muc] and [mod\_http\_muc\_log].
19 Replace [mod\_muc\_log] and [mod\_muc\_log\_http] in your config
23 Component "conference.example.org" "muc"
25 -- "muc_log"; -- functionality replaced by mod_mam_muc + mod_storage_muc_log
26 "mam_muc"; -- Does logging to storage backend configured below
28 -- "muc_log_http"; -- Replaced by the mod_http_muc_log
40 --------- ---------------