Sen descrición

JC Brand bc7621c25d Updates #3207 - Generate po files in the release checkout %!s(int64=2) %!d(string=hai) anos
.github 9ba339a6d9 Add colon %!s(int64=2) %!d(string=hai) anos
3rdparty 3328e1c94c Add libsignal as a 3rd party dependency %!s(int64=2) %!d(string=hai) anos
demo 1ee75b78b7 Replace more font icons with svg icons %!s(int64=3) %!d(string=hai) anos
docs 6e71555ee4 Release 10.1.4 %!s(int64=2) %!d(string=hai) anos
images 9a2ded5a9a Remove global lodash %!s(int64=4) %!d(string=hai) anos
logo d74daccfbb Fix logo transparency and add extra platforms in doap file %!s(int64=2) %!d(string=hai) anos
sounds 1d2b4c4523 Add sound file credits %!s(int64=11) %!d(string=hai) anos
src ae518aa2c3 Translated using Weblate (Portuguese) %!s(int64=2) %!d(string=hai) anos
webpack cb1f929045 Fixes #3123: Contacts do not show up online until chat is opened with them. %!s(int64=2) %!d(string=hai) anos
.eslintrc.json 3530ccc35d Add initial TypeScript support and declaration files %!s(int64=2) %!d(string=hai) anos
.gitignore b647f5463f Check out new repo when making a release %!s(int64=2) %!d(string=hai) anos
.nvmrc 975a2c2305 Remove Lerna and bump Node version. %!s(int64=2) %!d(string=hai) anos
.prettierrc 16b442ac19 Occupant modal: Only show role/affiliation forms for moderators %!s(int64=2) %!d(string=hai) anos
CHANGES.md bc7621c25d Updates #3207 - Generate po files in the release checkout %!s(int64=2) %!d(string=hai) anos
COPYRIGHT 6e71555ee4 Release 10.1.4 %!s(int64=2) %!d(string=hai) anos
LICENSE 9008a1d4d4 Move license to repo root %!s(int64=8) %!d(string=hai) anos
Makefile bc7621c25d Updates #3207 - Generate po files in the release checkout %!s(int64=2) %!d(string=hai) anos
README.md 5a710e4601 Add new sponsor BairesDev %!s(int64=2) %!d(string=hai) anos
RELEASE.md bc7621c25d Updates #3207 - Generate po files in the release checkout %!s(int64=2) %!d(string=hai) anos
babel.config.json 603f8349e8 Bump eslint and use `@babel/eslint-parser` %!s(int64=3) %!d(string=hai) anos
composer.json b7ae9f212c Replace http: with https: in conversejs.org links %!s(int64=6) %!d(string=hai) anos
conversejs.doap d74daccfbb Fix logo transparency and add extra platforms in doap file %!s(int64=2) %!d(string=hai) anos
dev.html 5310021b67 Modernize the i18n code. %!s(int64=2) %!d(string=hai) anos
fullscreen.html 73a7b209ce Add meta tag which prompts IE users to upgrade %!s(int64=3) %!d(string=hai) anos
index.html 699ab71f21 Larger sponsor image %!s(int64=2) %!d(string=hai) anos
jshintrc f353fe8611 Bugfix for headline messages. %!s(int64=9) %!d(string=hai) anos
jslicenses.html 6e71555ee4 Release 10.1.4 %!s(int64=2) %!d(string=hai) anos
karma.conf.js 27a47c6ee8 fixes #3165 %!s(int64=2) %!d(string=hai) anos
manifest.json 6e71555ee4 Release 10.1.4 %!s(int64=2) %!d(string=hai) anos
mobile.html 6e71555ee4 Release 10.1.4 %!s(int64=2) %!d(string=hai) anos
package-lock.json 6e71555ee4 Release 10.1.4 %!s(int64=2) %!d(string=hai) anos
package.json 6e71555ee4 Release 10.1.4 %!s(int64=2) %!d(string=hai) anos
postcss.config.js 3f6ad0d950 CSS build fixes %!s(int64=2) %!d(string=hai) anos
redirect.html 48adc04740 Fix path to converse.css and add some mockup fixes %!s(int64=6) %!d(string=hai) anos
requirements.txt 6d39fae71a Remove Buildout and just use `pip` to genrate the Sphinx docs %!s(int64=3) %!d(string=hai) anos
tsconfig.json 1e4937bf41 Run `npm update` and fix resulting dynamic import error. %!s(int64=2) %!d(string=hai) anos
webpack.html cb1f929045 Fixes #3123: Contacts do not show up online until chat is opened with them. %!s(int64=2) %!d(string=hai) anos

README.md

Converse.js

XMPP Chat CI Tests 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 9.0.0 in fullpage mode

Dark mode

Screenshot of Converse 9.1.0 with a dark theme

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

XMPP servers

Other

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

BairesDev

Prime Sound

KeyCDN