Version personnalisée de ConverseJS pour le Chapril https://github.com/conversejs/converse.js
Go to file
JC Brand 9a2ded5a9a Remove global lodash 2020-12-29 15:12:45 +01:00
.github Fix funding links 2019-08-06 22:59:25 +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 Fix typo in xep-0437 link 2020-12-17 13:33:45 +01:00
images Remove global lodash 2020-12-29 15:12:45 +01:00
logo Add a readme logo 2020-04-29 09:57:03 +02:00
sass Render logo for registration form 2020-12-29 12:16:23 +01:00
sounds Add sound file credits 2014-08-25 15:22:49 +02:00
spec Remove global lodash 2020-12-29 15:12:45 +01:00
src Remove global lodash 2020-12-29 15:12:45 +01:00
.eslintrc.json Fix linting error 2020-07-13 11:27:32 +02:00
.gitignore Remove need for stamp-npm file 2020-04-07 15:10:50 +02:00
.nvmrc Add Skeletor as dependency 2020-01-30 17:36:55 +01: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 More RAI improvements 2020-12-17 13:04:24 +01: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 Document breaking changes to message transformation events 2020-11-25 14:53:27 +01:00
README.md WIP: Add support for XEP-437: Room Activity Indicators 2020-12-14 13:11:24 +01: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
dev.html Bump @converse/skeletor and localForage 2020-09-30 18:51:21 +02:00
fullscreen.html Release 7.0.0 2020-11-18 12:10:32 +01:00
index.html Add support for XEP-0393 message styling 2020-11-24 16:06:48 +01: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 Remove global lodash 2020-12-29 15:12:45 +01: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 Remove global lodash 2020-12-29 15:12:45 +01:00
package.json Remove global lodash 2020-12-29 15:12:45 +01: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 Remove global lodash 2020-12-29 15:12:45 +01: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 WIP: Add support for XEP-437: Room Activity Indicators 2020-12-14 13:11:24 +01:00
webpack.nodeps.js Move pot and po files to src/i18n and regenerate 2020-08-16 22:54:45 +02:00
webpack.prod.js Fix path to Strophe's shared-connection-worker.js 2020-09-18 11:34:14 +02:00
webpack.serve.js Update 3rd party dependencies 2020-07-22 10:04:59 +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
  • 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.