From 74a90dfdb70215ed30d5a5ada5cb6b830574a19f Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 20 Jul 2015 20:26:23 +0200 Subject: Fix a typo in the OTR plugin doc --- plugins/otr.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/otr.py b/plugins/otr.py index c9fc50d9..8b961299 100644 --- a/plugins/otr.py +++ b/plugins/otr.py @@ -2,7 +2,7 @@ This plugin implements `Off The Record messaging`_. -This is a plugin used to encrypt one-to-one conversation using the OTR +This is a plugin used to encrypt a one-to-one conversation using the OTR encryption method. You can use it if you want good privacy, deniability, authentication, and strong secrecy. Without this encryption, your messages are encrypted **at least** from your client (poezio) to your server. The @@ -16,8 +16,8 @@ decrypt your messages, and it is fully encrypted during **all** its travel through the internet. Note that if you are having an encrypted conversation with a contact, you can -**not** send XHTML-IM messages to him (or correct messages, or anything more than -raw text). They will be removed and be replaced by plain text messages. +**not** send XHTML-IM messages to them (or correct messages, or anything more than +raw text). All formatting will be removed and be replaced by plain text messages. This is a limitation of the OTR protocol, and it will never be fixed. Some clients like Pidgin-OTR try do do magic stuff with html unescaping inside the OTR body, and -- cgit v1.2.3