2003-11-27 21:16:10 +01:00
|
|
|
% jabber.dbc.mtview.ca.us
|
2003-09-04 20:17:39 +02:00
|
|
|
|
2003-09-10 21:49:48 +02:00
|
|
|
override_acls.
|
2003-09-04 20:17:39 +02:00
|
|
|
|
|
|
|
{acl, admin, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.
|
|
|
|
|
|
|
|
|
2003-11-27 21:16:10 +01:00
|
|
|
{access, announce, [{allow, admin},
|
|
|
|
{deny, all}]}.
|
|
|
|
{access, c2s, [{deny, blocked},
|
|
|
|
{allow, all}]}.
|
|
|
|
{access, c2s_shaper, [{none, admin},
|
|
|
|
{normal, all}]}.
|
|
|
|
{access, configure, [{allow, admin},
|
|
|
|
{deny, all}]}.
|
|
|
|
{access, disco_admin, [{allow, admin},
|
|
|
|
{deny, all}]}.
|
|
|
|
{access, muc_admin, [{allow, admin},
|
|
|
|
{deny, all}]}.
|
|
|
|
{access, register, [{deny, all}]}.
|
|
|
|
{access, s2s_shaper, [{fast, all}]}.
|
|
|
|
|
|
|
|
|
|
|
|
{auth_method, internal}.
|
|
|
|
{host, "jabber.dbc.mtview.ca.us"}.
|
|
|
|
{outgoing_s2s_port, 5269}.
|
|
|
|
{shaper, normal, {maxrate, 1000}}.
|
|
|
|
{shaper, fast, {maxrate, 50000}}.
|
|
|
|
{welcome_message, none}.
|
|
|
|
|
|
|
|
|
|
|
|
{listen, [{5222, ejabberd_c2s,
|
|
|
|
[{access, c2s},
|
|
|
|
{shaper, c2s_shaper}]},
|
|
|
|
{5223, ejabberd_c2s,
|
|
|
|
[{access, c2s},
|
|
|
|
{shaper, c2s_shaper},
|
|
|
|
{ssl, [{certfile, "/etc/openssl/certs/ejabberd.pem"}]}]},
|
|
|
|
{5269, ejabberd_s2s_in,
|
|
|
|
[{shaper, s2s_shaper}]}]}.
|
2003-09-04 20:17:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
{modules, [
|
|
|
|
{mod_register, []},
|
|
|
|
{mod_roster, []},
|
|
|
|
{mod_privacy, []},
|
|
|
|
{mod_configure, []},
|
|
|
|
{mod_disco, []},
|
|
|
|
{mod_stats, []},
|
|
|
|
{mod_vcard, []},
|
|
|
|
{mod_offline, []},
|
|
|
|
{mod_echo, [{host, "echo.jabber.dbc.mtview.ca.us"}]},
|
|
|
|
{mod_private, []},
|
|
|
|
{mod_muc, []},
|
|
|
|
{mod_pubsub, []},
|
2003-11-27 21:16:10 +01:00
|
|
|
{mod_time, []},
|
|
|
|
{mod_last, []},
|
2003-09-04 20:17:39 +02:00
|
|
|
{mod_version, []}
|
|
|
|
]}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% Local Variables:
|
|
|
|
% mode: erlang
|
|
|
|
% End:
|