about summary refs log tree commit diff
path: root/index.html
blob: 2387965ca7480bc1d3abfb4abc390cdd929c6606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://tilde.team/css/hacker.css">
  <link rel="shortcut icon" type="image/png" href="favicon.png">
  <title>hmm.st jabber</title>
</head>

<body>
<main class="container">
    <h1>hmm.st jabber service</h1>
    <p>welcome to xmpp @ hmm.st</p>
    <p>this is <a href="https://benharr.is">ben</a>'s xmpp server.</p>
    <p>use your favorite jabber/xmpp client 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>
    <p>no uptime guarantees, but i do use this for my <a href="https://jmp.chat">sms/mms via jmp.chat</a>.</p>
    <p>we have a 100% compliance score:</p>
    <p><a href="https://compliance.conversations.im/server/hmm.st/"><img alt="hmm.st compliance badge" src="https://compliance.conversations.im/badge/hmm.st"></a></p>
    <h2>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">biboumi docs</a> for more info or bug ben in the <a href="xmpp:hmm@conference.hmm.st?join">hmm chat</a></p>

    <h2>webchat</h2>
    <p>you can find our <a href="converse.html">webchat here</a></p>
    <p>we also have a <a href="https://movim.hmm.st/">movim pod</a></p>

    <footer><a href="https://tildegit.org/ben/hmm.st">site source</a></footer>
</main>
</body>
</html>