DJabberd::RosterStorage::SQLite(3) User Contributed Perl Documentation DJabberd::RosterStorage::SQLite(3)

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

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

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

The schema is automatically created on first use.

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.

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

Brad Fitzpatrick <brad@danga.com>

Artur Bergman <sky@crucially.net>

2023-07-25 perl v5.38.0