mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
SVN Revision: 137
This commit is contained in:
parent
8d260c02fb
commit
5e4951a4b5
2 changed files with 5 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-09-06 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
|
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
|
||||||
|
|
||||||
2003-09-04 Alexey Shchepin <alexey@sevcom.net>
|
2003-09-04 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* examples/mtr/*: Example config and scripts for NetBSD (thanks to
|
* examples/mtr/*: Example config and scripts for NetBSD (thanks to
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
|
|
||||||
%override_acls.
|
%override_acls.
|
||||||
|
|
||||||
{acl, admin, {user, "mrose"}}.
|
|
||||||
{acl, admin, {user, "test"}}.
|
|
||||||
{acl, admin, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.
|
{acl, admin, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.
|
||||||
{acl, admin, {user, "test", "jabber.dbc.mtview.ca.us"}}.
|
|
||||||
|
|
||||||
{acl, jabberorg, {server, "jabber.org"}}.
|
{acl, jabberorg, {server, "jabber.org"}}.
|
||||||
{acl, mrose, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.
|
{acl, mrose, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.
|
||||||
|
@ -35,10 +32,7 @@
|
||||||
{shaper, c2s_shaper}]},
|
{shaper, c2s_shaper}]},
|
||||||
{5223, ejabberd_c2s, [{access, c2s},
|
{5223, ejabberd_c2s, [{access, c2s},
|
||||||
{ssl, [{certfile, "/etc/openssl/certs/ejabberd.pem"}]}]},
|
{ssl, [{certfile, "/etc/openssl/certs/ejabberd.pem"}]}]},
|
||||||
{5269, ejabberd_s2s_in, []},
|
{5269, ejabberd_s2s_in, []}
|
||||||
{8888, ejabberd_service, [{host,
|
|
||||||
"conference.jabber.dbc.mtview.ca.us",
|
|
||||||
[{password, "asdqwe"}]}]}
|
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
% This value (5569) is only for debugging, must be 5269
|
% This value (5569) is only for debugging, must be 5269
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue