NAME
DJabberd::Authen::UserLimit - limit the number of connected user
SYNOPSIS
<Vhost example.com>
...
<Plugin DJabberd::Authen::UserLimit>
UserLimit 150
</Plugin>
...
</VHost>
DESCRIPTION
This limit the number of concurent users, for the whole vhost, to not bring your server down in case of mass subscription. This kind of protective measure can be found in the apache http server, for example.
COPYRIGHT
This module is Copyright (c) 2006 Michael Scherer All rights reserved.
You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
LIMITATIONS
This module do not work with other modules that use get_password, or check_digest, but the later will be supported in the futur.
WARRANTY
This is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.
AUTHORS
Michael Scherer <misc@zarb.org>