From 0c54e834ff6c622c3fc54e657243d9b085ad4e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 2 Jul 2019 00:21:01 +0200 Subject: e2ee-api: Fix 0380 link in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/plugin_e2ee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/plugin_e2ee.py') diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py index 0c66e32a..75508bc9 100644 --- a/poezio/plugin_e2ee.py +++ b/poezio/plugin_e2ee.py @@ -85,7 +85,7 @@ class E2EEPlugin(BasePlugin): #: `encryption_short_name` must be set. encryption_short_name = None # type: Optional[str] - #: Required. _. + #: Required. https://xmpp.org/extensions/xep-0380.html. eme_ns = None # type: Optional[str] # Static map, to be able to limit to one encryption mechanism per tab at a -- cgit v1.2.3