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


DJabberd-RosterStorage-SQLite documentation  | view source Contained in the DJabberd-RosterStorage-SQLite distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

The schema is automatically created on first use.

WARNING: BLOCKS!

Top

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.

COPYRIGHT

Top

WARRANTY

Top

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

AUTHORS

Top

Brad Fitzpatrick <brad@danga.com>

Artur Bergman <sky@crucially.net>


DJabberd-RosterStorage-SQLite documentation  | view source Contained in the DJabberd-RosterStorage-SQLite distribution.