aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-06-15 12:59:21 +0100
committerJonathan Davies <jpds@protonmail.com>2023-06-19 10:15:30 +0100
commit6af2cde23f5229302f122453aa50bf15df7625b4 (patch)
tree6c9bf7406afb52d214f0b43bd54e51e4da070d08
parent97eb3892746bda3b814433f63c1448c20812520d (diff)
downloadgarage-6af2cde23f5229302f122453aa50bf15df7625b4.tar.gz
garage-6af2cde23f5229302f122453aa50bf15df7625b4.zip
cookbook/encryption.md: Added note on XMPP.
-rw-r--r--doc/book/cookbook/encryption.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/book/cookbook/encryption.md b/doc/book/cookbook/encryption.md
index 8d45a0ee..09438549 100644
--- a/doc/book/cookbook/encryption.md
+++ b/doc/book/cookbook/encryption.md
@@ -104,5 +104,8 @@ Implementations are very specific to the various applications. Examples:
in Matrix are probably encrypted using symmetric encryption, with a key that is
distributed in the end-to-end encrypted message that contains the link to the object.
-- Aerogramme: use the user's password as a key to decrypt data in the user's bucket
+- XMPP: clients normally support either OMEMO / OpenPGP for the E2EE of user
+ messages. Media files are encrypted per
+ [XEP-0454](https://xmpp.org/extensions/xep-0454.html).
+- Aerogramme: use the user's password as a key to decrypt data in the user's bucket