add recommended clients
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-03-31 16:30:31 -04:00
parent 7ce658f601
commit 656a284bbf
1 changed files with 59 additions and 5 deletions

View File

@ -13,6 +13,7 @@
<body>
<main>
<h1>hmm.st</h1>
<hr />
<p>welcome to xmpp @ hmm.st</p>
@ -21,8 +22,9 @@
<p>it runs on a thinkpad x230 in my living room.</p>
<p> use your favorite jabber/xmpp client or <a href="#webchat">webchat</a>
to register. you'll be required to complete a captcha.</p>
<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>
<p>join the <a href="xmpp:hmm@conference.hmm.st?join">hmm chat</a> for
help/questions or just to chat.</p>
@ -47,11 +49,63 @@
>biboumi docs</a> for more info or bug ben in the <a
href="xmpp:hmm@conference.hmm.st?join">hmm chat</a></p>
<h2 id="webchat">webchat</h2>
<h2 id="clients">clients</h2>
<p>you can find our <a href="converse.html">webchat here</a></p>
<h3 id="webchat">webchat</h3>
<p>we also have a <a href="https://movim.hmm.st/">movim pod</a></p>
<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>
</ul>
<h3 id="clients-ios">ios</h3>
<ul>
<li><a href="https://siskin.im">siskin</a></li>
<li><a href="https://chatsecure.org">chatsecure</a></li>
</ul>
<h3 id="clients-linux">linux</h3>
<ul>
<li><a href="https://dino.im">dino</a></li>
<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>
<li><a href="https://beagle.im">gajim</a></li>
</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 />
<footer><a href="https://tildegit.org/ben/hmm.st">site source</a></footer>
</main>