Fork of converse-desktop for c-r-t.tk's XMPP services
Go to file
Nick Denry 5c042b5995 Improve updates check 2020-05-18 17:33:56 +03:00
app Improve updates check 2020-05-18 17:33:56 +03:00
libs/converse.js/3rdparty Code style 2020-05-13 23:01:42 +03:00
modules Code style 2020-05-13 23:01:42 +03:00
resources Add checks for a new release available 2020-05-17 21:12:36 +03:00
.gitignore Remove package-lock.json due to proper install 2020-05-14 16:56:31 +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 Update installers 2020-05-13 18:54:49 +03:00
index.html Unify login process 2020-05-13 23:01:09 +03:00
main.js Add checks for a new release available 2020-05-17 21:12:36 +03:00
package.json Prepeare for a multiplatform build 2020-05-13 18:23:33 +03:00
renderer.js Add checks for a new release available 2020-05-17 21:12:36 +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 installers

All installers are x64 builds.

Run with npm

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