about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-03-31 15:29:44 -0400
committerBen Harris <ben@tilde.team>2021-03-31 15:29:44 -0400
commitbae825c521e57d1e8bbef075ab8041bae394fb73 (patch)
treea920f5c3398008f5b004e7f3719d032d7d62f18e
init
-rw-r--r--.well-known/host-meta7
-rw-r--r--.well-known/host-meta.json12
-rw-r--r--README.md6
-rw-r--r--converse.html29
-rw-r--r--favicon.icobin0 -> 15086 bytes
-rw-r--r--favicon.pngbin0 -> 1904 bytes
-rw-r--r--hmm.pngbin0 -> 12334 bytes
-rw-r--r--icon_32.pngbin0 -> 1904 bytes
-rw-r--r--index.html37
9 files changed, 91 insertions, 0 deletions
diff --git a/.well-known/host-meta b/.well-known/host-meta
new file mode 100644
index 0000000..aad5745
--- /dev/null
+++ b/.well-known/host-meta
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='utf-8'?>
+<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
+  <Link rel="urn:xmpp:alt-connections:xbosh"
+        href="https://xmpp.hmm.st/bosh" />
+  <Link rel="urn:xmpp:alt-connections:websocket"
+        href="wss://xmpp.hmm.st/ws" />
+</XRD>
diff --git a/.well-known/host-meta.json b/.well-known/host-meta.json
new file mode 100644
index 0000000..7fe860e
--- /dev/null
+++ b/.well-known/host-meta.json
@@ -0,0 +1,12 @@
+{
+  "links": [
+    {
+      "rel": "urn:xmpp:alt-connections:xbosh",
+      "href": "https://xmpp.hmm.st/bosh"
+    },
+    {
+      "rel": "urn:xmpp:alt-connections:websocket",
+      "href": "wss://xmpp.hmm.st/ws"
+    }
+  ]
+}
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e3cff5c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# hmm.st
+
+site source for [hmm.st](https://hmm.st)
+
+an xmpp server that i host at home.
+
diff --git a/converse.html b/converse.html
new file mode 100644
index 0000000..b3f5dcb
--- /dev/null
+++ b/converse.html
@@ -0,0 +1,29 @@
+<!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" type="text/css" media="screen" href="/dist/converse.min.css">
+		<script src="/dist/converse.min.js" charset="utf-8"></script>
+		<script src="/dist/libsignal-protocol.js"></script>
+		<title>webchat</title>
+	</head>
+
+	<body>
+		<div class="container">
+		</div>
+	</body>
+	<script>
+		converse.initialize({
+			websocket_url: 'wss://xmpp.hmm.st/ws/',
+			locked_domain: 'hmm.st',
+			registration_domain: 'hmm.st',
+			domain_placeholder: 'hmm.st',
+			message_archiving: 'always',
+			view_mode: 'fullscreen'
+		});
+	</script>
+</html>
+
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..7ae8bb2
--- /dev/null
+++ b/favicon.ico
Binary files differdiff --git a/favicon.png b/favicon.png
new file mode 100644
index 0000000..f37e1e9
--- /dev/null
+++ b/favicon.png
Binary files differdiff --git a/hmm.png b/hmm.png
new file mode 100644
index 0000000..c28f5d0
--- /dev/null
+++ b/hmm.png
Binary files differdiff --git a/icon_32.png b/icon_32.png
new file mode 100644
index 0000000..f37e1e9
--- /dev/null
+++ b/icon_32.png
Binary files differdiff --git a/index.html b/index.html
new file mode 100644
index 0000000..8ac1d3b
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
+<!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>
+</main>
+</body>
+</html>
+