NAME
DJabberd::Authen::SQLite - A SQLite authentication module for DJabberd
VERSION
Version 0.01
SYNOPSIS
<VHost mydomain.com>
[...]
<Plugin DJabberd::Authen::SQLite>
DBName djabberd
DBTable user
DBUsernameColumn username
DBPasswordColumn password
DBWhere canjabber = 1
</Plugin>
</VHost>
DBName, DBTable, DBUsernameColumn and DBPasswordColumn are required. Everything else is optional.
AUTHOR
Piers Harding, piers@cpan.org.
COPYRIGHT & LICENSE
Original work Copyright 2006 Alexander Karelas, Martin Atkins, Brad Fitzpatrick and Aleksandar Milanov. All rights reserved. Copyright 2007 Piers Harding.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.