about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-03-31 16:30:31 -0400
committerBen Harris <ben@tilde.team>2021-03-31 16:30:31 -0400
commit656a284bbf8b18ed05c164418a07c8159297bf5b (patch)
tree202ed4efded4b8fdb1810645699689a934eba24a
parent7ce658f601bec84b2503cd575fc6ae2ce634f211 (diff)
add recommended clients
-rw-r--r--index.html64
1 files changed, 59 insertions, 5 deletions
diff --git a/index.html b/index.html
index 8fce0bc..0f2fb12 100644
--- a/index.html
+++ b/index.html
@@ -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>
+
+            <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>
+            </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>
 
-            <p>you can find our <a href="converse.html">webchat here</a></p>
+            <ul>
+                <li><a href="https://dino.im">dino</a></li>
 
-            <p>we also have a <a href="https://movim.hmm.st/">movim pod</a></p>
+                <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>