2015-05-02 01:21:25 +02:00
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<div id="banner"><a href="https://github.com/jcbrand/converse.js/blob/master/docs/source/development.rst">Edit me on GitHub</a></div>
|
|
|
|
|
2015-02-05 15:58:51 +01:00
|
|
|
.. _development:
|
|
|
|
|
2014-12-07 00:53:17 +01:00
|
|
|
===========
|
|
|
|
Development
|
|
|
|
===========
|
|
|
|
|
2018-09-18 10:53:43 +02:00
|
|
|
Welcome to the developer documentation of Converse.
|
|
|
|
|
|
|
|
Read the documentation linked to below, if you want to add new features or
|
|
|
|
create your own customized version of Converse.
|
|
|
|
|
|
|
|
Converse has a plugin architecture (see `pluggable.js <https://github.com/jcbrand/pluggable.js/>`_)
|
|
|
|
which lets you add new features or modify existing functionality without having to touch
|
|
|
|
the core files (in the `src/ <https://github.com/conversejs/converse.js/tree/master/src>`_ directory).
|
|
|
|
This is the recommended way to customize or add new functionality to Converse.
|
|
|
|
|
|
|
|
Plugins are especially useful if you want to add proprietary modifications, since the
|
|
|
|
Mozilla Public License version 2 doesn't require you to open source your
|
|
|
|
plugins. Be aware that this doesn't apply when you intend to use libsignal for
|
|
|
|
OMEMO encryption because libsignal's license is GPLv3.
|
|
|
|
|
|
|
|
Refer to the section on `plugin development <https://conversejs.org/docs/html/plugin_development.html>`_
|
|
|
|
for more info on how to write plugins.
|
|
|
|
|
|
|
|
Converse is a community project and largely volunteer driven.
|
|
|
|
|
|
|
|
We're grateful for your contributions, so please don't hesitate to
|
|
|
|
make a `Github pull request <https://help.github.com/categories/collaborating-with-issues-and-pull-requests/>`_
|
|
|
|
to fix a bug or to add new functionality.
|
2016-10-21 16:33:47 +02:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2018-09-18 10:53:43 +02:00
|
|
|
dependencies
|
2016-10-21 16:33:47 +02:00
|
|
|
style_guide
|
|
|
|
plugin_development
|
2018-08-01 12:08:18 +02:00
|
|
|
api/index
|
2018-09-18 10:53:43 +02:00
|
|
|
testing
|
2016-10-21 16:33:47 +02:00
|
|
|
events
|
|
|
|
other_frameworks
|
|
|
|
builds
|