aboutsummaryrefslogtreecommitdiff
path: root/src/win32/ejabberd.cfg
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-10-12 20:06:38 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-10-12 20:06:38 +0000
commit476a36cd584de6bdda5bd4dab4fb77e7dc681b11 (patch)
tree69d1c350bb415b9431f5114e42d1b76bf709a1c7 /src/win32/ejabberd.cfg
parent* src/tls/Makefile.win32: Added (thanks to Sergei Golovan) (diff)
* src/win32/: Updated (thanks to Sergei Golovan)
* src/msgs/es.msg: Updated (thanks to Badlop) * src/mod_irc/iconv_erl.c: Bugfix (thanks to Jacek Konieczny) SVN Revision: 282
Diffstat (limited to '')
-rw-r--r--src/win32/ejabberd.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/win32/ejabberd.cfg b/src/win32/ejabberd.cfg
index 8f88ca485..7325056df 100644
--- a/src/win32/ejabberd.cfg
+++ b/src/win32/ejabberd.cfg
@@ -98,20 +98,21 @@
{5222, ejabberd_c2s, [{access, c2s},
{shaper, c2s_shaper}]},
-% To create selfsigned certificate run the following command form the
+% To create selfsigned certificate run the following command from the
% command prompt:
%
% openssl req -new -x509 -days 365 -nodes -out ejabberd.pem -keyout ejabberd.pem
%
% and answer the questions.
% {5222, ejabberd_c2s, [{access, c2s},
-% starttls, {certfile, "./ejabberd.pem"}
+% starttls, {certfile, "./ejabberd.pem"},
% {shaper, c2s_shaper}]},
% When using SSL/TLS ssl option is not recommended (it requires patching
% erlang ssl application). Use tls option instead (as shown below).
% {5223, ejabberd_c2s, [{access, c2s},
-% tls, {certfile, "./ejabberd.pem"}]},
+% tls, {certfile, "./ejabberd.pem"},
+% {shaper, c2s_shaper}]},
{5269, ejabberd_s2s_in, [{shaper, s2s_shaper}]},
@@ -139,7 +140,6 @@
{mod_announce, [{access, announce}]},
{mod_private, []},
{mod_irc, []},
- {mod_muc, []},
% Default options for mod_muc:
% host: "conference." ++ ?MYNAME
% access: all