Files
xmpp-web/index.html
2025-06-30 20:03:43 +03:00

97 lines
3.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/favicon.png">
<title>Український XMPP сервер</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://forsen-cock.dedyn.io/">
<meta property="og:title" content="Український XMPP сервер">
<meta property="og:description" content="Сервер XMPP для децентралізованого спілкування">
<script>location.protocol === 'http:' && location.replace(location.href.replace(/^http:/, 'https:'))</script>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
line-height: 1.5;
padding: 0 10px;
}
#container {
margin: 0 auto;
}
code, .mono {
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
code {
color: #d63312;
}
#title {
text-align: center;
margin: 20px auto;
}
.section {
margin: 30px auto;
} .section:last-of-type {
margin-bottom: 0;
}
@media (min-width: 992px) {
#container { width: 750px; }
}
@media (prefers-color-scheme: dark) {
body {
color: #c9d1d9;
background: #0d1117;
}
body a {
color: #58a6ff;
}
}
</style>
</head>
<body>
<div id="container">
<div id="title">
<h1>forsen-cock.dedyn.io</h1>
</div>
<div class="section">
<h2>Інформація про сервер</h2>
<ul>
<li><strong>Ім'я хоста</strong>: <code>forsen-cock.dedyn.io</code></li>
<li><strong>Порт</strong>: <code>5223</code> <small>(XMPP over TLS)</small></li>
<li><strong>Багатокористувацький чат</strong>: <code>chat.forsen-cock.dedyn.io</code></li>
<li><strong>Адміністратор</strong>: <code>elleoma@forsen-cock.dedyn.io</code></li>
<li>Працює на <a href="https://prosody.im">Prosody</a></li>
</ul>
</div>
<div class="section">
<h2>Реєстрація</h2>
<p>Внутрішня реєстрація (реєстрація в клієнті) вимкнена через спам, <a href="https://forsen-cock.dedyn.io/register">зареєструйтеся тут</a></p>
</div>
<div class="section">
<h2>Клієнти</h2>
<p>Підійдуть будь-які клієнти XMPP, ось декілька пропозицій:</p>
<ul>
<li><strong>Android</strong>: <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a></li>
<li><strong>iPhone/iPad</strong>: <a href="https://siskin.im/">Siskin IM</a> або <a href="https://monal-im.org/">Monal IM</a></li>
<li><strong>Windows</strong>: <a href="https://gajim.org/download/?lang=uk#windows">Gajim</a> або <a href="https://pidgin.im/install/#windows">Pidgin</a></li>
<li><strong>macOS</strong>: <a href="https://beagle.im/">Beagle IM</a> або <a href="https://adium.im/">Adium</a></li>
<li><strong>Linux</strong>: <a href="https://gajim.org/download/?lang=uk#linux">Gajim</a> або <a href="https://pidgin.im/install/#linux">Pidgin</a>
<li><strong>Web</strong>: <a href="https://forsen-cock.dedyn.io/conversejs">conversejs</a></li>
<li>...більше можна знайти <a href="https://xmpp.org/software/clients.html">тут</a></li>
</ul>
</div>
<div id="footer">
<p>
<a href="https://compliance.conversations.im/server/forsen-cock.dedyn.io"><img src="https://compliance.conversations.im/badge/forsen-cock.dedyn.io" alt="xmpp compliance"></a>
</p>
</div>
</div>
</body>
</html>