Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101708 | Differences between
and this patch

Collapse All | Expand All

(-)src/ejabberd.cfg.example.old (-1 / +20 lines)
Lines 149-165 Link Here
149
%   access: all
149
%   access: all
150
%   access_create: all
150
%   access_create: all
151
%   access_admin: none (only room creator has owner privileges)
151
%   access_admin: none (only room creator has owner privileges)
152
% MUC logging enabled with mod_muc_log in Gentoo ebuild, see more
153
% information here: http://ejabberd.jabber.ru/mod_muc_log
152
  {mod_muc,        [{access, muc},
154
  {mod_muc,        [{access, muc},
153
		    {access_create, muc},
155
		    {access_create, muc},
156
%	     	    {allow_room_log, true},
157
%		    {access_log, muc},
158
%	     	    {outdir, "/var/www/muclogs"},
159
%	     	    {dirtype, plain},
160
%	     	    {cssfile, false},
154
		    {access_admin, muc_admin}]},
161
		    {access_admin, muc_admin}]},
162
  {mod_statsdx,    []},
163
% See more info for mod_stats2file below.
164
% {mod_stats2file, []},
155
  {mod_pubsub,     []},
165
  {mod_pubsub,     []},
156
  {mod_time,       []},
166
  {mod_time,       []},
157
  {mod_last,       []},
167
  {mod_last,       []},
158
  {mod_version,    []}
168
  {mod_version,    []}
159
 ]}.
169
 ]}.
160
170
171
% CONFIGURE mod_stats2file:
172
%   interval: Time between updates, in minutes (default: 5)
173
%   type: Type of output. Allowed values: html, txt, dat (default: html)
174
%   basefilename: Base filename, including absolute path (default: "/tmp/ejasta")
175
%   split: If split the statistics in several files (default: false)
176
%   hosts: List of virtual hosts that will be Time between updates, in minutes (default: 5)
161
177
162
178
% EXAMPLE CONFIGURATION:
179
%   {mod_stats2file, [{interval, 60}, {type, txt}, {split, true},
180
%      {basefilename, "/var/www/stats"}, {hosts, ["localhost", "server3.com"]}
181
%   ]},
163
182
164
% Local Variables:
183
% Local Variables:
165
% mode: erlang
184
% mode: erlang

Return to bug 101708