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