Fork of converse-desktop for c-r-t.tk's XMPP services
Go to file
Nick Denry 5d6af51c6b Add about dialog 2020-05-11 22:39:11 +03:00
app Add about dialog 2020-05-11 22:39:11 +03:00
libs/converse.js/3rdparty Use own state service 2020-05-09 18:07:42 +03:00
modules Add about dialog 2020-05-11 22:39:11 +03:00
resources Add about dialog 2020-05-11 22:39:11 +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 Add about dialog 2020-05-11 22:39:11 +03:00
main.js Login form styling accomplished 2020-05-11 21:26:51 +03:00
package-lock.json Login form styling accomplished 2020-05-11 21:26:51 +03:00
package.json Login form styling accomplished 2020-05-11 21:26:51 +03:00
renderer.js Add about dialog 2020-05-11 22:39:11 +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