{% extends "base.html" %} {% block content %}

Moxxy is fully open source. You can find the source code on Codeberg. Additionally, the code is mirrored on GitHub.

Feel free to join the general chat or the developer chat with your favourite XMPP client.

Libraries

Moxxy is built from various smaller libraries that are custom-made for this purpose. Some of them are for general usage, some are specific to the use case of building Moxxy.

{% for library in config.extra.libraries %} {% endfor %}
Library Description Moxxy specific
{{ library.name }} {{ library.desc }} {% if library.specific %}Yes{% else %}No{% endif %}

Custom XEPs

Moxxy currently implements some custom XMPP protocols to provide additional functionality. These are experimental and are intended to be upstreamed at some point.

{% for xep in config.extra.customXeps %} {% endfor %}
Name Description
{{ xep.name }} {{ xep.desc }}
{% endblock %}