jaderune.net

Files for https://jaderune.net
Log | Files | Refs | README | LICENSE

commit eb2dc638711790a050ba96b6a1a335aef61bb5f5
parent 6f257bda9290352a7bec5f0bcfa6801d18ad8163
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Sun, 25 Sep 2022 10:53:59 -0400

Fix missing semicolon in xmpp guide

Diffstat:
Mxmpp.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmpp.html b/xmpp.html @@ -38,7 +38,7 @@ <p>Here is how to get connected with one of the more popular clients, Gajim:</p> <ol> <li>Download and install Gajim from the <a href="https://gajim.org/download/">Gajim website</a> or by using your operating system's package manager;</li> - <li>Make sure you install the OMEMO plugin as well if you want to use end-to-end encrypted messaging (usually this is as easy as installing a package like 'gajim-plugin-omemo' and restarting Gajim)</li> + <li>Make sure you install the OMEMO plugin as well if you want to use end-to-end encrypted messaging (usually this is as easy as installing a package like 'gajim-plugin-omemo' and restarting Gajim);</li> <li>Log in using your handle (e.g. yourname@jaderune.net) and password;</li> <li>Explore the interface and get chatting!</li> </ol>