NAME
Convos::Archive - Convos message archiver
DESCRIPTION
Convos::Archive is used to archive messages, making them accessible from a storage on disk instead of in memory.
METHODS
flush
$self = $self->flush($conn);
Will flush all messages for a connection.
save
$self = $self->save($connection, $data);
Write a log $message
from a $connection
message.
search
$self = $self->search(sub { my ($self, @messages) = @_; });
Used to retrieve a list of messages with the same format as "save" would take as input.
COPYRIGHT
See Convos.
AUTHOR
Jan Henning Thorsen - jhthorsen@cpan.org
Marcus Ramberg - marcus@nordaaker.com