summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-12-30 05:39:08 +0100
committerMaxime “pep” Buquet <pep@bouah.net>2019-12-30 05:39:08 +0100
commit28be8ab0cdd8939f5aed05a4d9688a9f62afc910 (patch)
tree465b87a8af731bde0d13673005a65da0cbdd3dc0
parentfa063ddd5747d63d5b1170bc2883175f41ffad24 (diff)
downloadpoezio-28be8ab0cdd8939f5aed05a4d9688a9f62afc910.tar.gz
poezio-28be8ab0cdd8939f5aed05a4d9688a9f62afc910.tar.bz2
poezio-28be8ab0cdd8939f5aed05a4d9688a9f62afc910.tar.xz
poezio-28be8ab0cdd8939f5aed05a4d9688a9f62afc910.zip
Add TODO in plugin_e2ee _decrypt
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r--poezio/plugin_e2ee.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py
index d4b26d46..2104a628 100644
--- a/poezio/plugin_e2ee.py
+++ b/poezio/plugin_e2ee.py
@@ -353,6 +353,7 @@ class E2EEPlugin(BasePlugin):
if not has_eme and self.encrypted_tags is not None:
for (namespace, tag) in self.encrypted_tags:
if message.xml.find('{%s}%s' % (namespace, tag)) is not None:
+ # TODO: count all encrypted tags.
has_encrypted_tag = True
break