mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-10 15:47:30 +01:00
* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)
* src/xml_stream.erl: Support for stanza size limit (thanks to Igor Goryachev) * src/ejabberd_receiver.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd.cfg.example: Updated * src/ejabberd_auth.erl: Fixed try_register/3 behaviour SVN Revision: 538
This commit is contained in:
parent
c4b976881e
commit
8eb823abbb
@ -113,13 +113,17 @@
|
|||||||
% Listened ports:
|
% Listened ports:
|
||||||
{listen,
|
{listen,
|
||||||
[{5222, ejabberd_c2s, [{access, c2s}, {shaper, c2s_shaper},
|
[{5222, ejabberd_c2s, [{access, c2s}, {shaper, c2s_shaper},
|
||||||
|
{max_stanza_size, 65536},
|
||||||
starttls, {certfile, "./ssl.pem"}]},
|
starttls, {certfile, "./ssl.pem"}]},
|
||||||
{5223, ejabberd_c2s, [{access, c2s},
|
{5223, ejabberd_c2s, [{access, c2s},
|
||||||
|
{max_stanza_size, 65536},
|
||||||
tls, {certfile, "./ssl.pem"}]},
|
tls, {certfile, "./ssl.pem"}]},
|
||||||
% Use these two lines instead if TLS support is not compiled
|
% Use these two lines instead if TLS support is not compiled
|
||||||
%{5222, ejabberd_c2s, [{access, c2s}, {shaper, c2s_shaper}]},
|
%{5222, ejabberd_c2s, [{access, c2s}, {shaper, c2s_shaper}]},
|
||||||
%{5223, ejabberd_c2s, [{access, c2s}, ssl, {certfile, "./ssl.pem"}]},
|
%{5223, ejabberd_c2s, [{access, c2s}, ssl, {certfile, "./ssl.pem"}]},
|
||||||
{5269, ejabberd_s2s_in, [{shaper, s2s_shaper}]},
|
{5269, ejabberd_s2s_in, [{shaper, s2s_shaper},
|
||||||
|
{max_stanza_size, 131072}
|
||||||
|
]},
|
||||||
{5280, ejabberd_http, [http_poll, web_admin]},
|
{5280, ejabberd_http, [http_poll, web_admin]},
|
||||||
{8888, ejabberd_service, [{access, all},
|
{8888, ejabberd_service, [{access, all},
|
||||||
{hosts, ["icq.localhost", "sms.localhost"],
|
{hosts, ["icq.localhost", "sms.localhost"],
|
||||||
|
Loading…
Reference in New Issue
Block a user