jaderune.net

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

commit 16cc60d5f0b448766f405b1ef5ab5a3ce1a29ba6
parent f7f7250c5078532a0a0d08a47d3c83f2a7b8ad0d
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Wed, 15 Sep 2021 00:45:56 -0400

Add beginnings of XMPP guide

Diffstat:
Axmpp.html | 44++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+), 0 deletions(-)

diff --git a/xmpp.html b/xmpp.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content="JadeRune.net XMPP tutorial."> + <link rel="stylesheet" href="https://www.jaderune.net/main.css"> + <link rel="icon" type="image/png" href="https://www.jaderune.net/favicon.png"> + <title>JadeRune.net XMPP Guide</title> + </head> + <body> + <header class="title-wrapper"> + <p class="title">JadeRune.net</p> + <nav> + <ul> + <li><a href="https://www.jaderune.net/">Home</a></li> + <li><a href="https://www.jaderune.net/rules.html">Rules</a></li> + <li><a class="active" href="https://www.jaderune.net/services.html">Services</a></li> + </ul> + </nav> + </header> + <main> + <h1>JadeRune.net XMPP Guide</h1> + <p><a href="https://www.jaderune.net/xmpp.html">🇬🇧 English</a> | + <a href="https://www.jaderune.net/de/xmpp.html">🇩🇪 Deutsch</a></p> + <p>XMPP is the primary way we communicate. It offers 1-on-1 and + group chat capabilities as well as voice and video calling. + Some recommended clients to use are:</p> + <ul> + <li>Dino on Linux and Open/FreeBSD (and MacOS if you're not afraid to compile it from source)</li> + <li>Gajim on Linux, Open/FreeBSD, Windows, or MacOS</li> + <li>Conversations on Android</li> + <li>Monal on iOS and MacOS</li> + <li>Profanity on any *nix system (terminal-based)</li> + </ul> + <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><b>More steps to come once Gajim 1.4 is released as it is currently undergoing a big re-design.</b></li> + </ol> + <p>Happy chatting!</p> + </main> + </body> +</html>