From 5ed0d1b165cc2b4a7280f4268af8666b15298572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 2 Mar 2019 22:53:28 +0000 Subject: [PATCH] slixmpp-omemo-release: Add note about Full Stanza Encryption MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- content/posts/slixmpp-omemo-release.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/posts/slixmpp-omemo-release.md b/content/posts/slixmpp-omemo-release.md index 0ef964d..a58b645 100644 --- a/content/posts/slixmpp-omemo-release.md +++ b/content/posts/slixmpp-omemo-release.md @@ -91,4 +91,13 @@ now that we have the foundations next step is to implement OMEMO in [Poezio]. Any help is welcome! + +EDIT 2019-03-02: _A small but important precision on Full Stanza Encryption. +I did write "what is usually called", because it does not actually consist in +encrypting the full stanza. The server still needs to see routing information, +as well [messages hints][XEP-0334] (e.g., `` or ``) +designed for the server rather than the final recipient. A better name might +be "Arbitrary Extension Element Encryption" (thanks Flow.)_ + [Poezio]: https://poez.io +[XEP-0334]: https://xmpp.org/extensions/xep-0334.html