]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - 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
1 <!doctype html>
2 <html lang="fr">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Instant messaging configuration (Jabber/XMPP)</title>
7 <style type="text/css">
8 body {
9 padding-top: 1em;
10 padding-left: 5px;
11 padding-right: 5px;
12 text-align: left;
13 margin: auto;
14 font: 20px Helvetica, sans-serif;
15 color: #333;
16 height: 100%;
17 min-height: 100%;
18 }
19 article {
20 text-align: justify;
21 display: block;
22 max-width: 850px;
23 margin: 0 auto;
24 padding-top: 30px;
25 }
26 span.code {
27 font-family: monospace;
28 }
29 </style>
30 </head>
31 <body>
32 <p>
33 Pre-configured clients:
34 <ul>
35 <li><a href="converse">Converse client</a></li>
36 </ul>
37 </p>
38 <p>
39 Technical details:
40 <ul>
41 <li>HTTP-bind/BOSH access (XEP-0124 / XEP-0206): <span class="code">https://im.immae.fr/bosh</span></li>
42 <li>WS access (RFC 7395): <span class="code">wss://im.immae.fr/ws</span></li>
43 </ul>
44 </p>
45 </body>
46 </html>