Version personnalisée de ConverseJS pour le Chapril https://github.com/conversejs/converse.js
Go to file
JC Brand a0ff85d74e Update theming and development documentation
* The templates are no longer `.html` files and are dispersed throughout the source code.
* The Sass files are also no longer all in one place
* Add a section on webpack aliases for modifying templates without touching the original files

Updates #2603
2021-08-25 11:55:06 +02:00
.github Upgrade to GitHub-native Dependabot 2021-04-30 09:44:05 +02:00
converse-logs Fix transcripts code. 2018-01-09 13:52:27 +00:00
demo Update documentation in anticipation of next release 2020-09-18 11:34:14 +02:00
docs/source Update theming and development documentation 2021-08-25 11:55:06 +02:00
images Remove global lodash 2020-12-29 15:12:45 +01:00
logo Add mailbox.org as sponsor 2021-03-05 15:28:23 +01:00
sounds Add sound file credits 2014-08-25 15:22:49 +02:00
src Fix encrypted images not showing inline. 2021-08-24 20:03:04 +02:00
.eslintrc.json Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
.gitignore Remove need for stamp-npm file 2020-04-07 15:10:50 +02:00
.nvmrc Bump various dependencies 2021-07-15 11:54:55 +02:00
.prettierrc WIP: Add support for XEP-437: Room Activity Indicators 2020-12-14 13:11:24 +01:00
.travis.yml Add missing parameter 2020-07-29 16:22:20 +02:00
CHANGES.md Add support for controlling (e.g. pausing, looping) gifs 2021-07-23 19:31:43 +02:00
COPYRIGHT Release 7.0.2 2020-11-23 10:18:35 +01:00
LICENSE Move license to repo root 2017-09-04 11:50:15 +02:00
Makefile Clear unread message counters when chat becomes visible 2021-07-30 09:56:17 +02:00
README.md Add XEP-0454 support for encrypting files 2021-07-01 14:35:48 +02:00
RELEASE.md Postrelease 2020-11-23 10:29:42 +01:00
buildout.cfg Bump docutils to 0.15.2 2019-08-09 00:41:40 +02:00
composer.json Replace http: with https: in conversejs.org links 2019-03-04 17:47:45 +01:00
conversejs.doap Add XEP-0115 to XEP list 2021-03-15 15:02:59 +01:00
dev.html Add new configuration setting `prune_messages_above` 2021-06-17 11:39:20 +02:00
fullscreen.html Release 7.0.0 2020-11-18 12:10:32 +01:00
index.html Remove twitter link from homepage. Make navbar more visible 2021-06-10 10:07:19 +02:00
jshintrc Bugfix for headline messages. 2016-03-28 10:51:32 +00:00
jslicenses.html Release 7.0.2 2020-11-23 10:18:35 +01:00
karma.conf.js Clear unread message counters when chat becomes visible 2021-07-30 09:56:17 +02:00
lerna.json Store lerna packages in the `src` directory 2018-10-22 13:29:25 +02:00
manifest.json Release 7.0.2 2020-11-23 10:18:35 +01:00
mobile.html Release 7.0.2 2020-11-23 10:18:35 +01:00
package-lock.json Replace more elements that use font icons with svg icons 2021-07-15 16:28:12 +02:00
package.json Downgrade css-loader to 5.2.7 2021-07-15 15:59:07 +02:00
postcss.config.js webpack: split css out into separate file 2019-08-23 14:56:10 +02:00
redirect.html Fix path to converse.css and add some mockup fixes 2019-06-04 11:12:22 +02:00
requirements.txt Update developer documentation and buildout dependencies 2019-07-25 12:33:46 +02:00
webpack.common.js Use DOMPurify instead of XSS.js 2021-07-15 14:16:41 +02:00
webpack.dev.js Update 3rd party dependencies 2020-07-22 10:04:59 +02:00
webpack.headless.js Update 3rd party dependencies 2020-07-22 10:04:59 +02:00
webpack.html Extract moderator tools functionality and put it in a component 2021-07-27 12:53:39 +02:00
webpack.nodeps.js Update translations based on suggestions from Zash on weblate 2021-06-25 10:38:38 +02:00
webpack.prod.js Get the webpack dev server to work again 2021-05-06 12:07:44 +02:00
webpack.serve.js Get the webpack dev server to work again 2021-05-06 12:07:44 +02:00

README.md

Converse.js

XMPP Chat Travis Bountysource bounties Translation status

Converse is a web based XMPP/Jabber chat client.

You can either use it as a webchat app, or you can integrate it into your own website.

It's 100% client-side JavaScript, HTML and CSS and the only backend required is a modern XMPP server.

Please support this project via Patreon or Liberapay

Demo

Converse is hosted and can be used at https://conversejs.org.

A demo showing anonymous login is available at https://conversejs.org/demo/anonymous.html and a demo which shows how you can embed a single chat room into a page is avialable at https://conversejs.org/demo/embedded.html.

Documentation

The developer/integrator documentation can be found at https://conversejs.org/docs/html.

You'll probably want to begin with the quickstart guide, which shows you how to use the CDN (content delivery network) to quickly get a demo up and running.

Converse modes

Overlay

In overlay mode, Converse appears overlayed chats on top of the website.

Screenshot of Converse in overlay mode

Fullpage

In fullpage mode, Converse behaves like a single-page app that covers the whole browser viewport.

Screenshot of Converse in fullpage mode

Embedded

In embedded mode, Converse can be embedded into an element in the DOM.

Screenshot of Converse in embedded mode

Features

  • Available as overlayed chat boxes or as a fullscreen application. See inverse.chat for the fullscreen version.
  • Custom status messages
  • Desktop notifications
  • A plugin architecture based on pluggable.js
  • Chat statuses (online, busy, away, offline)
  • Anonymous logins, see the anonymous login demo
  • URL Previews (requires server support, for example mod_ogp
  • Translated into over 30 languages

Supported XMPP Extensions

Integration into other servers and frameworks

Tests

We use behavior-driven tests written with jasmine.js.

Run make check to execute all the tests.

Licence

Converse.js is released under the Mozilla Public License (MPL).

Attribution

Emoji images are courtesy of Twemoji.

Support

Issues can be logged on the Github issue tracker.

Donations

A heartfelt thanks for everyone who has supported this project over the years. Many people have contributed testing, bugfixes, features and corrections.

We accept donations via Patreon and Liberapay.

Sponsors

Blokt Crypto & Privacy

Codefirst

KeyCDN

Mailbox - Email and cloud storage