master
Admin 2021-02-08 15:18:39 +00:00
parent 76253a75dc
commit ed68993e4a
1 changed files with 18 additions and 18 deletions

@ -6,26 +6,12 @@ In this walkthrough we shall deal with how you might go about registering with a
There are many to choose from, depending on your platform. There are many to choose from, depending on your platform.
Check out our [Chat Clients](https://unite.openworlds.info/Open-Media-Network/xmpp/wiki/Chat-Clients) page if you haven't already. Check out our [Chat Clients](https://unite.openworlds.info/Open-Media-Network/xmpp/wiki/Chat-Clients) page if you haven't already.
In this example, we shall use [Gajim](https://gajim.org/download/) on Linux. In this example, we shall use [Gajim](https://gajim.org/download/) on Linux and windows
The download page has good links for Installation instructions for many linux distributions. The download page has good links for Installation instructions for many distributions.
There is also an installer for Windows, and a [guide](https://dev.gajim.org/gajim/gajim/-/wikis/help/Gajim-on-macOS) for usge on MacOS. There is also an installer for Windows, and a [guide](https://dev.gajim.org/gajim/gajim/-/wikis/help/Gajim-on-macOS) for usge on MacOS.
### Enable OMEMO
OMEMO is used by Gajim (and some other clients) for end-to-end encryption.
If required separately in your OS, make sure it gets installed as well.
- Open Gajim
- Goto menu 'Gajim > Plugins'
- Goto 'Available' tab
- Mark the OMEMO plugin for "Install"
- Click 'Install/Update' button
- Goto 'Installed' tab
- Activate 'OMEMO'
- Close to save the settings
- Restart Gajim (not sure if necessary)
### Register an account somewhere ### Register an account somewhere
We shall use our server in this example. We shall use our server in this here.
- Click menu 'Accounts > Modify Account ...' - Click menu 'Accounts > Modify Account ...'
- Click 'Add Account' button - Click 'Add Account' button
@ -42,4 +28,18 @@ Feel free to explore the preferences and config, and adapt to your needs.
### Further Gajim help ### Further Gajim help
https://dev.gajim.org/gajim/gajim/-/wikis/help/Help https://dev.gajim.org/gajim/gajim/-/wikis/help/Help
Or more generally, the [wiki](https://dev.gajim.org/gajim/gajim/-/wikis/home) itself. Or more generally, the [wiki](https://dev.gajim.org/gajim/gajim/-/wikis/home) itself.
### Enable OMEMO (this is turned on by defult in the windows version so skip this)
OMEMO is used by Gajim (and some other clients) for end-to-end encryption.
If required separately in your OS, make sure it gets installed as well.
- Open Gajim
- Goto menu 'Gajim > Plugins'
- Goto 'Available' tab
- Mark the OMEMO plugin for "Install"
- Click 'Install/Update' button
- Goto 'Installed' tab
- Activate 'OMEMO'
- Close to save the settings
- Restart Gajim (not sure if necessary)