OTR is now required
This commit is contained in:
parent
69002e4d70
commit
54ee4b42eb
|
@ -24,7 +24,7 @@ Simply add _username_@xmpp.dk in your client and click “register” or check t
|
||||||
|
|
||||||
## Secure Communication
|
## 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.
|
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.
|
||||||
Since you can't (and shouldn't) trust your xmpp server, I recommend you always enable [Off-The-Record (OTR)][off-the-record] in your chat client. This will give you end-to-end encrypted chat that cannot be decrypted while in transit
|
Since you can't (and shouldn't) trust your xmpp server, I require you always enable [Off-The-Record (OTR)][off-the-record] in your chat client. This will give you end-to-end encrypted chat that cannot be decrypted while in transit
|
||||||
and, depending on the settings of your client, will not be logged on your local machine.
|
and, depending on the settings of your client, will not be logged on your local machine.
|
||||||
|
|
||||||
## Federation
|
## Federation
|
||||||
|
|
10
_posts/2016-04-25-otr-required.markdown
Normal file
10
_posts/2016-04-25-otr-required.markdown
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: OTR is now required on xmpp.dk
|
||||||
|
layout: post
|
||||||
|
---
|
||||||
|
OTR is now required to communicate through xmpp.dk. If someone attempts to initiate a chat to you without first enabling OTR,
|
||||||
|
they will be greeted with the following message:
|
||||||
|
|
||||||
|
```For security reasons, OTR encryption is required for conversations on this server```
|
||||||
|
|
||||||
|
Once OTR is enabled and you have established a connection, your communication will be secure.
|
2
index.md
2
index.md
|
@ -2,7 +2,7 @@
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
# Welcome to XMPP.DK
|
# Welcome to XMPP.DK
|
||||||
XMPP.dk runs a public, free and secure Jabber/XMPP server that allows account registration.
|
XMPP.dk runs a public, free and secure Jabber/XMPP server that allows account registration. In addition, the server requires OTR to be enabled in your chat client.
|
||||||
|
|
||||||
* Read [more] about XMPP at [xmpp.org][more]
|
* Read [more] about XMPP at [xmpp.org][more]
|
||||||
* There's also a nice [list of clients][clientlist]
|
* There's also a nice [list of clients][clientlist]
|
||||||
|
|
Loading…
Reference in a new issue