NAME

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

VERSION

Version 0.02

SYNOPSIS

    <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

AUTHOR

Edward Rudd, <urkle at outoforder.cc>

set_config_fixedguestok($self, $guest)

Called to specify if guests should have the shared roster added to their roster

finalize($self)

Set defaults for the configuration

get_roster($self, $cb, $jid)

Gets the Roster for the user

check_install_schema($self)

Checks the SQL ite Schema

load_roster_item($self, $jid, $contact_jid, $cb)

Called when a roster item is added

COPYRIGHT & LICENSE

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.