2023-08-03 23:38:29 +00:00
< html >
< head >
< meta charset = "utf-8" >
< style type = "text/css" >
@font-face {
font-family: 'Avara Bold';
font-style: normal;
font-weight: normal;
src: url('/assets/fonts/avara-webfont.eot');
src: url('/assets/fonts/avara-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/fonts/avara-webfont.woff2') format('woff2'),
url('/assets/fonts/avara-webfont.woff') format('woff'),
url('/assets/fonts/avara-webfont.ttf') format('truetype'),
url('/assets/fonts/avara-webfont.svg#avarabold') format('svg');
}
@font-face {
font-family: 'Avara Bold Italic';
font-style: normal;
font-weight: normal;
src: url('/assets/fonts/avara-italic-webfont.eot');
src: url('/assets/fonts/avara-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/fonts/avara-italic-webfont.woff2') format('woff2'),
url('/assets/fonts/avara-italic-webfont.woff') format('woff'),
url('/assets/fonts/avara-italic-webfont.ttf') format('truetype'),
url('/assets/fonts/avara-italic-webfont.svg#avarabold_italic') format('svg');
}
body {
font-family: 'Avara Bold', sans-serif;
}
a {
color: #0066cc;
}
#copy {
font-family: serif;
}
< / style >
< title > XMPP - mint.lgbt< / title >
< / head >
< body bgcolor = "#191724" text = "#e0def4" >
< center >
< table bgcolor = "#26233a" border = "0" cellpadding = "3" text = "#090909" width = "600" >
< tbody >
< tr >
< td colspan = "2" >
< img alt = "mint.lgbt" src = "/assets/banners/xmpp.jpg" >
< / td >
< / tr >
< tr >
< td valign = "top" >
< a href = "../" > ← Go back< / a >
< h2 > < u > The mint.lgbt XMPP Server< / u > < / h2 >
< a href = 'https://compliance.conversations.im/server/mint.lgbt' > < img src = 'https://compliance.conversations.im/badge/mint.lgbt' > < / a >
< p >
2023-08-03 23:43:34 +00:00
XMPP (originally named Jabber) is an open federated messaging protocol. mint.lgbt offers a public server using the < a href = "https://prosody.im/" > Prosody< / a > software. If you want to sign up, install a < a href = "https://xmpp.org/software/" > client< / a > and use in-band registration with the address "mint.lgbt".
2023-08-03 23:38:29 +00:00
< / p >
< / td >
< / tr >
< tr >
< td colspan = "3" >
< p >
< center >
Femgit icon by < a href = "https://j0.lol" > j0< / a > .
< br >
mint.lgbt leaf graciously donated by
< a href = "https://corviform.gay" > Ember< / a > .
< br >
< span id = "copy" > © < / span > 2020-2023 mint.lgbt. Licensed
under the
< a href = "https://fem.mint.lgbt/mint-lgbt/website/src/branch/develop/LICENSE" > ISC license< / a > .
< / center >
< / p >
< / td >
< / tr >
< tr >
< td colspan = "3" >
< center >
< table >
< tr >
< td >
< img alt = "Powered by Linux" height = "31" src = "/assets/badges/linux.gif" width = "88" >
< / td >
< td >
< a href = "http://www.anybrowser.org/campaign" >
< img alt = "Viewable with any browser" height = "31" src = "/assets/badges/anybrowser.gif" width = "88" >
< / a >
< / td >
< td >
< a href = "https://yesterweb.org/no-to-web3" >
< img alt = "Keep the web free, say no to Web3" height = "31" src = "/assets/badges/noweb3.gif" width = "88" >
< / a >
< / td >
< td >
< a href = "https://liberapay.com/mint.lgbt/donate" >
< img alt = "Donate using Liberapay" height = "31" src = "https://liberapay.com/assets/widgets/donate.svg" width = "88" >
< / a >
< / td >
< / tr >
< / table >
< / center >
< / td >
< / tr >
< / tbody >
< / table >
< / center >
< / body >
< / html >