diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-07-02 00:21:01 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-07-02 00:21:01 +0200 |
commit | 0c54e834ff6c622c3fc54e657243d9b085ad4e02 (patch) | |
tree | d2ccce00c6977a03c9005e4eafc6ddf465bef6b7 | |
parent | 8211f3d6f1f90f9e7ac85a7b8d6277535345d0e5 (diff) | |
download | poezio-0c54e834ff6c622c3fc54e657243d9b085ad4e02.tar.gz poezio-0c54e834ff6c622c3fc54e657243d9b085ad4e02.tar.bz2 poezio-0c54e834ff6c622c3fc54e657243d9b085ad4e02.tar.xz poezio-0c54e834ff6c622c3fc54e657243d9b085ad4e02.zip |
e2ee-api: Fix 0380 link in documentation
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r-- | poezio/plugin_e2ee.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. <https://xmpp.org/extensions/xep-0380.html>_. + #: 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 |