e2ee-api: Fix 0380 link in documentation
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
8211f3d6f1
commit
0c54e834ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue