~ubuntu-branches/ubuntu/trusty/ejabberd/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/ejabberd.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Konstantin Khomoutov, Konstantin Khomoutov, Gerfried Fuchs
  • Date: 2010-04-06 13:00:03 UTC
  • mfrom: (1.1.14 upstream) (13.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100406130003-ub626hx26kgazp79
Tags: 2.1.3-1
[ Konstantin Khomoutov ]
* New upstream release.
* Remove obsolete c2s-p1-fsm.patch
* Remove obsolete ejabberdctl-help-dashes.patch
* Update mod_admin_extra to revision 1078
* Refresh shared_roster_recent.patch
* Refresh shared_roster_online.patch
* Clarify how to do mixed IPv4/IPv6 setup of ejabberd listeners
  as suggested by Marc Dequènes in the discussion of #573801.

[ Gerfried Fuchs ]
* Remove Torsten Werner from maintainer field on his own wish - thanks for
  your work so far! (closes: #578722)
* Promote Konstantin to Maintainer to best fit reality. Enjoy. :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
 ]}.
201
201
 
202
202
%%
 
203
%% max_fsm_queue: Enable limiting of lengths of "message queues"
 
204
%% for outgoing connections. Roughly speaking, each message in such
 
205
%% queues represents one XML stanza queued to be sent into
 
206
%% an output stream it is serving.
 
207
%% The default value is an atom 'undefined' which specifies no limiting.
 
208
%%
 
209
%% When specified globally, this option limits the message queue lengths
 
210
%% for all ejabberd_c2s_in and ejabberd_service listeners,
 
211
%% as well as for outgoing s2s connections.
 
212
%%
 
213
%% This option can also be specified as an option for ejabberd_c2s_in
 
214
%% and ejabberd_service listeners, in wich case it will override
 
215
%% the value of the global option.
 
216
%%
 
217
{max_fsm_queue, 1000}.
 
218
 
 
219
%%
203
220
%% s2s_use_starttls: Enable STARTTLS + Dialback for S2S connections.
204
221
%% Allowed values are: true or false.
205
222
%% You must specify a certificate file.