Fork of converse-desktop for c-r-t.tk's XMPP services
Go to file
Nick Denry db9428b23c Update dependencies 2020-05-06 00:11:44 +03:00
css Temporary remove before connect spinner as no stable events atm for this 2019-04-29 03:42:15 +03:00
images Add icns files 2019-04-26 04:53:59 +03:00
modules Add preferences menu item 2020-05-06 00:10:20 +03:00
sounds Add sound and tray notification support 2019-04-25 17:21:20 +03:00
.gitignore Ignore .DS_* files 2019-04-26 03:30:15 +03:00
CHANGES.md Update CHANGES 2019-04-29 04:09:44 +03:00
LICENSE Update to actual license (GPLv3) 2019-04-26 03:49:30 +03:00
README.md Add badges 2019-05-02 03:20:29 +03:00
index.html Switch to v prefix for versions 2019-04-29 03:58:29 +03:00
main.js Temporary remove before connect spinner as no stable events atm for this 2019-04-29 03:42:15 +03:00
package-lock.json Update dependencies 2020-05-06 00:11:44 +03:00
package.json Update dependencies 2020-05-06 00:11:44 +03:00
renderer.js Code style 2019-08-14 01:05:09 +03:00

README.md

Chimeverse

Jabber/XMPP client based on Converse.js and Electron

Version Downloads License PayPayl donate button

It should happen once. A very basic integration of Converse.js and Electron. With OMEMO.

Screenshots and feautures

Main window Chat Account form

  • Permanent account storage
  • Tray icon
  • Tray notifications
  • All the best from Converse.js like system notifications, MAM, OMEMO etc. See details at Converse.js

Changelog

See CHANGES.md

Latest release installer

Run with npm

git clone https://github.com/nick-denry/Chimeverse.git
cd Chimeverse
npm i
$(npm bin)/electron-rebuild
npm start