hmm.st/index.html

116 lines
3.6 KiB
HTML
Raw Permalink Normal View History

2021-03-31 20:06:56 +00:00
<!DOCTYPE html>
2021-03-31 19:29:44 +00:00
<html lang="en">
2021-03-31 20:06:56 +00:00
<head>
<meta charset="utf-8" />
<meta content="ie=edge" http-equiv="x-ua-compatible" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
2021-03-31 20:25:36 +00:00
<link href="https://tilde.team/~ben/gruvbox/gruvbox.min.css" rel="stylesheet" />
2021-03-31 20:06:56 +00:00
<link href="favicon.png" rel="shortcut icon" type="image/png" />
<title>hmm.st jabber</title>
</head>
2021-03-31 19:29:44 +00:00
2021-03-31 20:06:56 +00:00
<body>
2021-03-31 20:25:36 +00:00
<main>
2021-03-31 20:06:56 +00:00
<h1>hmm.st</h1>
2021-03-31 20:30:31 +00:00
2021-03-31 20:25:36 +00:00
<hr />
2021-03-31 20:06:56 +00:00
<p>welcome to xmpp @ hmm.st</p>
<p>this is <a href="https://benharr.is">ben</a>'s xmpp server.</p>
2024-03-15 20:03:20 +00:00
<p>it runs on a repurposed pc in my basement.</p>
<img src="neofetch.png" alt="a screenshot of neofetch on the server" />
2021-03-31 20:06:56 +00:00
2021-03-31 20:30:31 +00:00
<p>use your favorite jabber/xmpp <a href="#clients">client</a> or <a
href="#webchat">webchat</a> to register. you'll be required to complete
a captcha.</p>
2021-03-31 20:06:56 +00:00
<p>join the <a href="xmpp:hmm@conference.hmm.st?join">hmm chat</a> for
help/questions or just to chat.</p>
<p>no uptime guarantees, but i do my <a href="https://jmp.chat">calling/sms
via jmp.chat</a>, so i do my best to keep it running.</p>
2021-03-31 20:25:36 +00:00
<p>we have a 100% compliance score: <a
2021-03-31 20:06:56 +00:00
href="https://compliance.conversations.im/server/hmm.st/"> <img
alt="hmm.st compliance badge"
src="https://compliance.conversations.im/badge/hmm.st" /></a></p>
2021-03-31 19:29:44 +00:00
2021-03-31 20:06:56 +00:00
<h2 id="biboumi">biboumi</h2>
<p>there's a biboumi component on our server.</p>
<p> you can join irc channels like any other MUC with the following room id
format <code>#channel%tilde.chat@irc.hmm.st</code></p>
<p>see the <a
href="https://doc.biboumi.louiz.org/9.0/user.html#join-an-irc-channel"
2023-03-01 20:11:50 +00:00
>biboumi docs</a> for more info.
</p>
2021-03-31 20:06:56 +00:00
2021-03-31 20:30:31 +00:00
<h2 id="clients">clients</h2>
<h3 id="webchat">webchat</h3>
<ul>
<li><a href="converse.html">converse.js</a></li>
<li><a href="https://movim.hmm.st">movim</a></li>
</ul>
<h3 id="clients-android">android</h3>
<ul>
<li><a href="https://conversations.im">conversations</a></li>
2023-05-06 10:36:18 +00:00
2023-05-11 17:44:38 +00:00
<li><a href="https://f-droid.org/packages/de.monocles.chat/">monocles</a> (F-Droid)</li>
2021-03-31 20:30:31 +00:00
</ul>
<h3 id="clients-ios">ios</h3>
<ul>
<li><a href="https://siskin.im">siskin</a></li>
</ul>
<h3 id="clients-linux">linux</h3>
2021-03-31 20:06:56 +00:00
2021-03-31 20:30:31 +00:00
<ul>
<li><a href="https://dino.im">dino</a></li>
2022-07-15 16:17:44 +00:00
2021-03-31 20:30:31 +00:00
<li><a href="https://gajim.org">gajim</a></li>
</ul>
<h3 id="clients-windows">windows</h3>
<ul>
<li><a href="https://gajim.org">gajim</a></li>
</ul>
<h3 id="clients-mac">mac</h3>
<ul>
2021-04-13 02:08:59 +00:00
<li><a href="https://beagle.im">beagle</a></li>
2021-03-31 20:30:31 +00:00
</ul>
<h3 id="clients-cli">cli</h3>
<ul>
<li><a href="https://poez.io/en/">poezio</a></li>
<li><a href="https://profanity-im.github.io/">profanity</a></li>
</ul>
<p>you can find additional clients <a
href="https://xmpp.org/software/clients.html"> on xmpp.org</a>, but
these are the ones we've had reasonably good luck with</p>
<hr />
2021-03-31 20:06:56 +00:00
<footer><a href="https://tildegit.org/ben/hmm.st">site source</a></footer>
</main>
</body>
</html>