Fork of converse-desktop for c-r-t.tk's XMPP services
Go to file
JC Brand cf822e54f8 Set version for builds 2022-04-07 14:54:06 +02:00
3rdparty Refactor converse-desktop and bump to Converse 9 2022-01-21 19:36:18 +01:00
app Applied style guide spacing. 2022-03-29 17:31:30 -04:00
modules Applied style guide spacing. 2022-03-29 17:31:30 -04:00
resources Small fixes and code cleanup 2022-03-29 17:30:38 -04:00
.eslintrc.js Refactor converse-desktop and bump to Converse 9 2022-01-21 19:36:18 +01:00
.gitignore Add package-lock.json and .nvmrc 2022-03-29 20:07:06 +02:00
.nvmrc Add package-lock.json and .nvmrc 2022-03-29 20:07:06 +02:00
CHANGES.md Set version for builds 2022-04-07 14:54:06 +02:00
LICENSE Update LICENSE 2020-08-07 15:03:18 +03:00
Makefile Add a `clean` command 2022-03-29 20:07:12 +02:00
README.md Set version for builds 2022-04-07 14:54:06 +02:00
index.html v9.1.0 2022-04-07 14:26:48 +02:00
main.js Applied style guide spacing. 2022-03-29 17:31:30 -04:00
package-lock.json v9.1.0 2022-04-07 14:26:48 +02:00
package.json Set version for builds 2022-04-07 14:54:06 +02:00
preload.js Applied style guide spacing. 2022-03-29 17:31:30 -04:00
setup.js Applied style guide spacing. 2022-03-29 17:31:30 -04:00

README.md

Converse-Desktop

Converse Desktop

Jabber/XMPP client based on Converse.js and Electron

XMPP Chat

A basic integration of Converse.js and Electron. With OMEMO.

Screenshots and features

Login screen One-to-one chat Multi-user chat

  • 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

Operation System Download link
macOS Converse_Desktop-9.1.0_x64.dmg
Windows Converse_Desktop_Setup-9.1.0_x64.exe
Linux DEB converse_desktop-9.1.0_amd64.deb
Linux other converse_desktop-9.1.0_x64.tar.gz

Build from source

git clone https://github.com/conversejs/converse-desktop.git
cd converse-desktop
npm i
$(npm bin)/electron-rebuild

Then, to run:

npm start

Build targets:

Operation System Target
macOS npm run dist
Windows npm run dist:win64
Linux DEB npm run dist:linux64deb

More targets could be added via package.json. See electron builder docs.

License

Like Converse.js, Converse Desktop's files are released under the Mozilla Public License version 2 (MPLv2). The gist of this license is that the covered files must stay open source, and modifications to them need to be released under the same license, but new files (for example for your own plugin) don't have to be released under the same license.

However, libsignal library, which is required for OMEMO support is released under the GPLv3. The MPLv2 license is compatible with GPLv3 and when GPLv3 code is included, the entire project effectively is licensed under the GPLv3.

Any custom build of Converse Desktop without libsignal included will again be licensed under the MPLv2.

Acknowledgements

This project started as a fork of Nick Denry's Chimeverse.

PayPal donate button