1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00
converse_ynh/README.md

54 lines
2.3 KiB
Markdown
Raw Normal View History

2021-01-29 23:34:36 +01:00
# Converse for YunoHost
[![Integration level](https://dash.yunohost.org/integration/converse.svg)](https://dash.yunohost.org/appci/app/converse) ![](https://ci-apps.yunohost.org/ci/badges/converse.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/converse.maintain.svg)
[![Install Converse with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=converse)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install Converse quickly and simply on a YunoHost server.
If you dont have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
## Overview
2021-01-30 11:28:11 +01:00
Converse is a free and open-source XMPP chat client written in JavaScript which can be tightly integrated into any website.
The benefit of using converse.js as opposed to relying on a SaaS (software-as-a-service) solution, is that your users can have a much more customized, streamlined and integrated webchat experience and that you have control over the data.
2021-01-29 23:34:36 +01:00
**Shipped version:** 7.0.4
## Screenshots
2021-01-30 11:28:11 +01:00
![](Screenshot.png)
2021-01-29 23:34:36 +01:00
## Demo
* [Official demo](https://inverse.chat/)
2021-01-29 23:58:27 +01:00
## Documentation
* Official documentation: https://conversejs.org/docs/html/index.html
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
2021-01-29 23:34:36 +01:00
#### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/converse%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/converse/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/converse%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/converse/)
## Links
* Report a bug: https://github.com/YunoHost-Apps/converse_ynh/issues
* App website: http://conversejs.org/
* Upstream app repository: https://github.com/conversejs/converse.js
* YunoHost website: https://yunohost.org/
---
## Developers info
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/converse_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/converse_ynh/tree/testing --debug
or
sudo yunohost app upgrade converse -u https://github.com/YunoHost-Apps/converse_ynh/tree/testing --debug
```