blob: 90c54587b47f63bbe54e3122b010d850fb6f84ee (
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
40
41
42
43
44
45
46
47
|
<!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>
<li><a href="glowing-bear">Weechat relay 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>
|