diff --git a/_pages/01_about.md b/_pages/01_about.md deleted file mode 100644 index e9795cb..0000000 --- a/_pages/01_about.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -About content goes here. - -* A list item -* Another list item \ No newline at end of file diff --git a/_pages/01_connection.md b/_pages/01_connection.md new file mode 100644 index 0000000..3bc042e --- /dev/null +++ b/_pages/01_connection.md @@ -0,0 +1,35 @@ +--- +layout: page +title: Connecting +permalink: /Connecting +--- +You can connect to xmpp.dk using your favourite Jabber client. + +## To create a @xmpp.dk account +Registration is handled in-band by your Jabber/XMPP client. This is the only way to create an account on xmpp.dk. + +Simply add username@xmpp.dk in your client and click “register” or check the box to “create this account on the server” to sign up. + +## Connection Information + +### Server + +* Internet: xmpp.dk +* Tor: mjfjbs3547exsy6r.onion + +### Security + +* Require SSL/TLS +* When connecting to the hidden service you will get a warning about the TLS certificate not matching the host name. This is OK. + +## Secure Communication +The connection between your client and xmpp.net is encrypted using TLS. The server prefers secure connections to other servers, however this cannot be guaranteed. For completely secure end-to-end encrypted chats, you should enable [Off-The-Record (OTR)][off-the-record] in your chat client. + +## Federation +xmpp.dk allows federated connections to all other S2S TLS-enabled Jabber servers so you can chat with anyone that has a Jabber account. Note that Google Talk (has this been deprecated yet?) doesn’t support S2S connections. + +## xmpp.net score +[![xmpp.net_score](https://xmpp.net/badge.php?domain=xmpp.dk)][xmpp.net] + +[off-the-record]: https://otr.cypherpunks.ca/ +[xmpp.net]: https://xmpp.net/result.php?domain=xmpp.dk&type=client \ No newline at end of file