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


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

Index


NAME

Top

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

VERSION

Top

Version 0.02 =cut

our $VERSION = '0.02';

SYNOPSIS

Top

    <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

Top

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

Top


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