From b7cb7e7d5a21be484d40c5d312ad3a5844f84792 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Fri, 16 Jul 2021 20:12:35 +0100 Subject: [PATCH] fix typo on bots; mention e2ee for matrix --- content/docs/bots/_index.md | 2 +- content/docs/bots/matrix.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/content/docs/bots/_index.md b/content/docs/bots/_index.md index d69b99a..3961aaf 100644 --- a/content/docs/bots/_index.md +++ b/content/docs/bots/_index.md @@ -6,6 +6,6 @@ draft: false # Chat bots -jfa-go can send messages (password resets, announcements, etc.) via Email and/or chat bots for Discord, Telegram & Matrix. You can which specific methods to use for a Jellyfin user on the Accounts page once you've connected an email address or user to them. +jfa-go can send messages (password resets, announcements, etc.) via Email and/or chat bots for Discord, Telegram & Matrix. You can choose which specific methods to use for a Jellyfin user on the Accounts page once you've connected an email address or user to them. Setup varies in difficulty, see the sidebar for guides on each. diff --git a/content/docs/bots/matrix.md b/content/docs/bots/matrix.md index 0b4747c..e0be791 100644 --- a/content/docs/bots/matrix.md +++ b/content/docs/bots/matrix.md @@ -45,3 +45,9 @@ If adding your account through the wizard in jfa-go doesn't work, you can get th * Select "Help & About" on the right, and scroll down to the Advanced section. * Click the dropdown next to "Access token", and copy the token. * In jfa-go, go to Settings > Matrix. Enable it, and paste the access token into the token box. Add your home server and user ID, then apply. + +## End-to-end encryption + +There is very experimental support for end-to-end encryption, however you must compile jfa-go manually to enable it with `make all E2EE=on`. After compilation, checking "Advanced settings" in Settings will show a toggle for it under the Matrix section. Receiving messages is currently broken, so the `!lang` command will not work for users. + +If you have any know-how on implementing this in any language (preferably with one of the `mautrix` libraries), help would be appreciated.