Fork of converse-desktop for c-r-t.tk's XMPP services
Go to file
Nick Denry ab0e565f58
Add settings screen
2020-05-13 18:36:44 +03:00
app Open related chat on tray icon click 2020-05-12 19:55:56 +03:00
libs/converse.js/3rdparty Better systray notifications support 2020-05-12 20:56:18 +03:00
modules Prepeare for a multiplatform build 2020-05-13 18:23:33 +03:00
resources Prepeare for a multiplatform build 2020-05-13 18:23:33 +03:00
.gitignore Ignore .DS_* files 2019-04-26 03:30:15 +03:00
CHANGES.md Fix typos 2020-05-13 15:24:38 +03:00
LICENSE Update to actual license (GPLv3) 2019-04-26 03:49:30 +03:00
README.md Add settings screen 2020-05-13 18:36:44 +03:00
index.html Settings dialog and functionality 2020-05-12 18:06:16 +03:00
main.js Prepeare for a multiplatform build 2020-05-13 18:23:33 +03:00
package-lock.json Prepeare for a multiplatform build 2020-05-13 18:23:33 +03:00
package.json Prepeare for a multiplatform build 2020-05-13 18:23:33 +03:00
renderer.js Open related chat on tray icon click 2020-05-12 19:55:56 +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 Settings screen

  • 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