DJabberd::RosterStorage::SQLite.3pm

Langue: en

Version: 2006-09-28 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

DJabberd::RosterStorage::SQLite - store your jabber roster in SQLite

SYNOPSIS

  <Vhost yourserver.com>
     ...
     <Plugin DJabberd::RosterStorage::SQLite>
        Database roster.sqlite
     </Plugin>
     ...
   </VHost>
 
 

DESCRIPTION

This stores your Jabber roster (``buddy list'') in an SQLite database.

The schema is automatically created on first use.

WARNING: BLOCKS!

This plugin blocks. That is, it doesn't do database access async in a separate thread. This is not a good plugin to use if you want DJabberd to perform well with lots of users.

That said, a certain company is using this for ~100 employees with no problems.

This module is Copyright (c) 2006 Six Apart, Ltd. 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.

WARRANTY

This is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.

AUTHORS

Brad Fitzpatrick <brad@danga.com>

Artur Bergman <sky@crucially.net>