--- src/ejabberd.cfg.example.old 2005-12-08 22:35:15.000000000 +0100 +++ src/ejabberd.cfg.example 2006-02-28 12:38:27.000000000 +0100 @@ -149,17 +149,36 @@ % access: all % access_create: all % access_admin: none (only room creator has owner privileges) +% MUC logging enabled with mod_muc_log in Gentoo ebuild, see more +% information here: http://ejabberd.jabber.ru/mod_muc_log {mod_muc, [{access, muc}, {access_create, muc}, +% {allow_room_log, true}, +% {access_log, muc}, +% {outdir, "/var/www/muclogs"}, +% {dirtype, plain}, +% {cssfile, false}, {access_admin, muc_admin}]}, + {mod_statsdx, []}, +% See more info for mod_stats2file below. +% {mod_stats2file, []}, {mod_pubsub, []}, {mod_time, []}, {mod_last, []}, {mod_version, []} ]}. +% CONFIGURE mod_stats2file: +% interval: Time between updates, in minutes (default: 5) +% type: Type of output. Allowed values: html, txt, dat (default: html) +% basefilename: Base filename, including absolute path (default: "/tmp/ejasta") +% split: If split the statistics in several files (default: false) +% hosts: List of virtual hosts that will be Time between updates, in minutes (default: 5) - +% EXAMPLE CONFIGURATION: +% {mod_stats2file, [{interval, 60}, {type, txt}, {split, true}, +% {basefilename, "/var/www/stats"}, {hosts, ["localhost", "server3.com"]} +% ]}, % Local Variables: % mode: erlang