jaderune.net

Files for jaderune.net.
Log | Files | Refs | README | LICENSE

xmpp.html (2179B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 	<head>
      4 		<meta charset="utf-8">
      5 		<meta name="viewport" content="width=device-width, initial-scale=1.0">
      6 		<meta name="description" content="JadeRune.net XMPP tutorial.">
      7 		<link rel="stylesheet" href="https://www.jaderune.net/main.css">
      8 		<link rel="icon" type="image/png" href="https://www.jaderune.net/favicon.png">
      9 		<title>JadeRune.net XMPP Guide</title>
     10 	</head>
     11 	<body>
     12 		<header class="title-wrapper">
     13 			<p class="title">JadeRune.net</p>
     14 			<nav>
     15 				<ul>
     16 					<li><a href="https://www.jaderune.net/">Home</a></li>
     17 					<li><a href="https://www.jaderune.net/rules.html">Rules</a></li>
     18 					<li><a class="active" href="https://www.jaderune.net/services.html">Services</a></li>
     19 				</ul>
     20 			</nav>
     21 		</header>
     22 		<main>
     23 		<h1>JadeRune.net XMPP Guide</h1>
     24 		<p><a href="https://www.jaderune.net/xmpp.html">🇬🇧 English</a> |
     25 		<a href="https://www.jaderune.net/de/xmpp.html">🇩🇪 Deutsch</a></p>
     26 		<p>XMPP is the primary way we communicate. It offers 1-on-1 and
     27 		group chat capabilities as well as voice and video calling.
     28 		Some recommended clients to use are:</p>
     29 		<ul>
     30 			<li>Gajim on Linux, BSDs, Windows, or MacOS</li>
     31 			<li>Dino on Linux and BSDs (and MacOS if you're not afraid to compile it from source)</li>
     32 			<li>Conversations on Android</li>
     33 			<li>Monal on iOS and MacOS</li>
     34 			<li>BeagleIM on MacOS</li>
     35 			<li>Snikket on iOS</li>
     36 			<li>Profanity on any *nix system (terminal-based)</li>
     37 		</ul>
     38 		<p>Here is how to get connected with one of the more popular clients, Gajim:</p>
     39 		<ol>
     40 			<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>
     41 			<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>
     42 			<li>Log in using your handle (e.g. yourname@jaderune.net) and password;</li>
     43 			<li>Explore the interface and get chatting!</li>
     44 		</ol>
     45 		<p>Don't forget you can ask for help in our General chatroom at any time. Happy chatting!</p>
     46 		</main>
     47 	</body>
     48 </html>