Skip to content
Web-based XMPP/Jabber chat client written in javascript
JavaScript HTML CSS Other
Failed to load latest commit information.
.github Trying out the new pull request template
css New release 0.10.0
dist Recreate dist files. fixes #443
docs Show a desktop notification when a contact request is received
fonticons Add XA status icon
locale Corrected spelling, punctuation and terminology.
logo Add logos files
mockup Render the default mockup from the templates
sass Hide navbar in mobile view and set box height to full viewport height.
sounds Add sound file credits
spec Show a desktop notification when a contact request is received
src Bugfix. Need to set the context when calling a _super method
tests Add tests for src/converse-notification.js. updates #443
.bowerrc Add bower as npm dependency
.gitignore Rename builds directory to dist
.travis.yml Add sudo:false to travis so that containers are used.
Gemfile Use bower to install bourbon and fix path issue. Fixes #417
Gemfile.lock Add, test and document an API method for setting the user's status.
Gruntfile.js Rename builds directory to dist
Makefile Rename builds directory to dist
Makefile.win Rename builds directory to dist
README.rst Mention that MAM is now supported.
activate Trick to link to dir from which script is called
bootstrap.py Sphinx changes.
bower.json update backbone.overview dependency. Fixes #602
buildout.cfg Sphinx changes.
converse.js Fix random fails in FF due to different module loading times
dev.html Not using data-main anymore
index.html Update docs to mention desktop notifications. updates #443
jshintrc Add jshint checking and fix errors.
non_amd.html Rename builds directory to dist
package.json Somewhere along the way the code to build the locales got removed
tests.html Fix random fails in FF due to different module loading times

README.rst

converse.js

Build Status

Converse.js is a web based XMPP/Jabber instant messaging client.

It enables you to add chat functionality to your website, independent of any specific backend. You will however need an XMPP server to connect to, either your own, or a public one.

Features

It has the following features:

  • Single-user chat
  • Multi-user chat rooms XEP 45
  • Direct invitations to chat rooms XEP 249
  • vCard support XEP 54
  • Service discovery XEP 30
  • In-band registration XEP 77
  • Contact rosters and groups
  • Contact subscriptions
  • Roster item exchange XEP 144
  • Chat statuses (online, busy, away, offline)
  • Custom status messages
  • Typing and state notifications XEP 85
  • Messages appear in all connnected chat clients XEP 280
  • Third person "/me" messages XEP 245
  • XMPP Ping XEP 199
  • Server-side archiving of messages XEP 313
  • Client state indication XEP 352
  • Off-the-record encryption
  • Translated into 16 languages

Screencasts

Integration into other frameworks

Demo

A live demo is available at https://conversejs.org

Tests

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

Open tests.html in your browser, and the tests will run automatically.

Documentation

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

Licence

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

Support

For support queries and discussions, please join the mailing list: conversejs@librelist.com

Also take a look at the mailing list archives.

Issues can be logged on the Github issue tracker.

Donations and tips are appreciated

  • Bitcoin: 16FsPqE9DhFTryxrUenpsGX4LJ1TPu8GqS
Something went wrong with that request. Please try again.