Fork of converse-desktop for c-r-t.tk's XMPP services
Go to file
Nick Denry 1a1c8564b5 Update release 2019-04-29 04:11:52 +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 reload and force reconntect options to app menu 2019-04-28 02:04:31 +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 Update release 2019-04-29 04:11:52 +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 project information 2019-04-26 04:30:19 +03:00
package.json Display connection spinner before get first contact status 2019-04-27 05:29:30 +03:00
renderer.js Temporary remove before connect spinner as no stable events atm for this 2019-04-29 03:42:15 +03:00

README.md

Chimeverse

Jabber/XMPP client based on Converse.js and Electron

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