The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Convos - Multiuser chat application

VERSION

0.99_40

DESCRIPTION

Convos is a multiuser chat application built with Mojolicious.

It currently support the IRC protocol, but can be extended to support other protocols as well. Below is a list of the main documentation starting points for Convos:

Reference

This is the module and documentation structure of Convos:

ATTRIBUTES

Convos inherits all attributes from Mojolicious and implements the following new ones.

core

Holds a Convos::Core object.

METHODS

Convos inherits all methods from Mojolicious and implements the following new ones.

extend_api_spec

  $self->extend_api_spec($path => \%spec);

Used to add more paths to the OpenAPI specification. This is useful for plugins.

startup

This method sets up the application.

COPYRIGHT AND LICENSE

Material design icons

The icons used are provided by Google under the CC-BY license.

Convos core and frontend

Copyright (C) 2012-2015, Nordaaker.

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

AUTHOR

Jan Henning Thorsen - jhthorsen@cpan.org

Marcus Ramberg - marcus@nordaaker.com