This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
muppeth da940b0752 Merge branch 'master' into muppdev 2021-07-11 22:33:47 +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 Config docs typos 2021-06-25 17:29:26 +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
spec Make sure XEP-0363 urls are also OMEMO encrypted 2021-07-03 00:22:03 +02:00
src Merge branch 'master' into muppdev 2021-07-11 22:33:47 +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 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 Add XEP-0454 support for encrypting files 2021-07-01 14:35:48 +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 Update translations based on suggestions from Zash on weblate 2021-06-25 10:38:38 +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
darkbeet.html added fix for round avatar aspect ratio 2021-05-21 12:16:41 +02: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 Make sure XEP-0363 urls are also OMEMO encrypted 2021-07-03 00:22:03 +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 fixed marigns for msg texts mostly 2021-07-11 22:06:49 +02:00
package.json Move url related utility methods to @converse/headless 2021-07-05 18:35:58 +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 Upgrade babel 2021-06-29 16:27:32 +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 Add a placeholder to indicate a gap in the message history 2021-06-17 11:35:06 +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