gongchat / gong

Gong - XMPP Chat Client
https://gongchat.github.io
Apache License 2.0
7 stars 0 forks source link

Gong · Build Status PRs Welcome

Gong is an XMPP chat client made with Electron and React.

Setting up your Application

  1. XMPP server
  2. Node.js and npm
    • 12.14.0 is recommend
  3. Keytar
    • This application uses Keytar to encrypt and decrypt your password. A key is generated and saved to your operating systems password manager. The encrypted password is saved along with your settings in the config.json file.
    • If you are on linux you and do not already have libsecret installed run sudo apt-get install libsecret-1-dev before running npm install.
  4. Project dependencies
    • Run npm install at the project root in your terminal of choice.

Starting up the Application

Run npm start to start the application

Building the Application

Run npm run dist to build the application. Build files will be outputted to the /dist folder.

Updating Your Application

The app will update based off of GitHub releases. If you find that your application is behaving strange deleting the config.json file may fix any issues. This will reset any user credentials, custom theme settings, and saved rooms.

The location of the config.json file is different depending on your operating system. Typical locations are below.

Troubleshooting