]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/tools/im/www/index.html
Add ejabberd service and website
[perso/Immae/Config/Nix.git] / modules / private / websites / tools / im / www / index.html
diff --git a/modules/private/websites/tools/im/www/index.html b/modules/private/websites/tools/im/www/index.html
new file mode 100644 (file)
index 0000000..15e09f2
--- /dev/null
@@ -0,0 +1,46 @@
+<!doctype html>
+<html lang="fr">
+  <head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Instant messaging configuration (Jabber/XMPP)</title>
+    <style type="text/css">
+      body {
+        padding-top: 1em;
+        padding-left: 5px;
+        padding-right: 5px;
+        text-align: left;
+        margin: auto;
+        font: 20px Helvetica, sans-serif;
+        color: #333;
+        height: 100%;
+        min-height: 100%;
+      }
+      article {
+        text-align: justify;
+        display: block;
+        max-width: 850px;
+        margin: 0 auto;
+        padding-top: 30px;
+      }
+      span.code {
+        font-family: monospace;
+      }
+    </style>
+  </head>
+  <body>
+    <p>
+    Pre-configured clients:
+    <ul>
+      <li><a href="converse">Converse client</a></li>
+    </ul>
+    </p>
+    <p>
+    Technical details:
+    <ul>
+      <li>HTTP-bind/BOSH access (XEP-0124 / XEP-0206): <span class="code">https://im.immae.fr/bosh</span></li>
+      <li>WS access (RFC 7395): <span class="code">wss://im.immae.fr/ws</span></li>
+    </ul>
+    </p>
+  </body>
+</html>