mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-06 16:42:56 +01:00
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
SVN Revision: 137
This commit is contained in:
parent
8d260c02fb
commit
5e4951a4b5
@ -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>
|
||||
|
||||
* examples/mtr/*: Example config and scripts for NetBSD (thanks to
|
||||
|
@ -2,10 +2,7 @@
|
||||
|
||||
%override_acls.
|
||||
|
||||
{acl, admin, {user, "mrose"}}.
|
||||
{acl, admin, {user, "test"}}.
|
||||
{acl, admin, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.
|
||||
{acl, admin, {user, "test", "jabber.dbc.mtview.ca.us"}}.
|
||||
|
||||
{acl, jabberorg, {server, "jabber.org"}}.
|
||||
{acl, mrose, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.
|
||||
@ -35,10 +32,7 @@
|
||||
{shaper, c2s_shaper}]},
|
||||
{5223, ejabberd_c2s, [{access, c2s},
|
||||
{ssl, [{certfile, "/etc/openssl/certs/ejabberd.pem"}]}]},
|
||||
{5269, ejabberd_s2s_in, []},
|
||||
{8888, ejabberd_service, [{host,
|
||||
"conference.jabber.dbc.mtview.ca.us",
|
||||
[{password, "asdqwe"}]}]}
|
||||
{5269, ejabberd_s2s_in, []}
|
||||
]}.
|
||||
|
||||
% This value (5569) is only for debugging, must be 5269
|
||||
|
Loading…
Reference in New Issue
Block a user