summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-07-20 20:26:23 +0200
committermathieui <mathieui@mathieui.net>2015-07-20 20:26:23 +0200
commit74a90dfdb70215ed30d5a5ada5cb6b830574a19f (patch)
treec12b2e87fd1a4b46c799ba028b9d4a1923d61bc8 /plugins
parentfb8816de06fa90c31704bb645d783d74ce53cdb4 (diff)
downloadpoezio-74a90dfdb70215ed30d5a5ada5cb6b830574a19f.tar.gz
poezio-74a90dfdb70215ed30d5a5ada5cb6b830574a19f.tar.bz2
poezio-74a90dfdb70215ed30d5a5ada5cb6b830574a19f.tar.xz
poezio-74a90dfdb70215ed30d5a5ada5cb6b830574a19f.zip
Fix a typo in the OTR plugin doc
Diffstat (limited to 'plugins')
-rw-r--r--plugins/otr.py6
1 files 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