
DJabberd::RosterStorage::SQLite::Fixed - a shared roster implementation for the SQLite roster storage

Version 0.02

<VHost mydomain.com>
[...]
<Plugin DJabberd::RosterStorage::SQLite::Fixed>
Database jabberroster.sqlite
FixedGuestOK yes
</Plugin>
</VHost>
Valid command are all command valid in DJabberd::RosterStorage::SQLite Plus the following
FixedGuestOK - Populate accounts with the shared roster if they are not in the roster itself? Setting this to yes will populate a user who is not in the shared roster with everyone in the shared roster The default is to only populate rosters for users that are part of the shared roster

Edward Rudd, <urkle at outoforder.cc>
Called to specify if guests should have the shared roster added to their roster
Set defaults for the configuration
Gets the Roster for the user
Checks the SQL ite Schema
Called when a roster item is added

Original work Copyright 2006 Alexander Karelas, Martin Atkins, Brad Fitzpatrick and Aleksandar Milanov. All rights reserved. Copyright 2007 Edward Rudd. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.