From 28fe3303ea48e431ab2a0deb1801781e47287d82 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Mon, 2 Mar 2020 20:29:13 +0100 Subject: [PATCH 1/3] add partial centralization warning for Jami (fixes #1727) Signed-off-by: Stephen L. --- _includes/sections/instant-messenger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index ad70a863..4c14d51a 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -164,7 +164,7 @@ title="Jami" image="/assets/img/svg/3rd-party/jami.svg" description="Encrypted instant messaging and video calling software. Uses TLS 1.3 for encryption." - labels="success:VoIP" + labels="warning:Warning:This software is partially centralized but can be self-hosted.|success:VoIP" website="https://jami.net/" forum="https://forum.privacytools.io/t/discussion-jami/2116" gitlab="https://git.jami.net/savoirfairelinux" -- 2.47.2 From b6bf2b8cb641715b0e04da763e4944c2cce73da3 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Tue, 3 Mar 2020 13:59:14 +0100 Subject: [PATCH 2/3] Jami: add mention of full end-to-end encryption for all communications Signed-off-by: Stephen L. --- _includes/sections/instant-messenger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 4c14d51a..11f9e82b 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -163,7 +163,7 @@ include cardv2.html title="Jami" image="/assets/img/svg/3rd-party/jami.svg" - description="Encrypted instant messaging and video calling software. Uses TLS 1.3 for encryption." + description="Encrypted instant messaging and video calling software. All communications are fully end-to-end encrypted using TLS 1.3 and never stored elsewhere than on user's devices, even when TURN servers are used." labels="warning:Warning:This software is partially centralized but can be self-hosted.|success:VoIP" website="https://jami.net/" forum="https://forum.privacytools.io/t/discussion-jami/2116" -- 2.47.2 From a5f05411f2815793576ce5a661937c1987d1322e Mon Sep 17 00:00:00 2001 From: Daniel Nathan Gray Date: Tue, 3 Mar 2020 13:56:07 +0000 Subject: [PATCH 3/3] Use E2EE instead of end to end encryption --- _includes/sections/instant-messenger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 11f9e82b..88779ff5 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -163,7 +163,7 @@ include cardv2.html title="Jami" image="/assets/img/svg/3rd-party/jami.svg" - description="Encrypted instant messaging and video calling software. All communications are fully end-to-end encrypted using TLS 1.3 and never stored elsewhere than on user's devices, even when TURN servers are used." + description="Encrypted instant messaging and video calling software. All communications are E2EE using TLS 1.3 and never stored elsewhere than on user's devices, even when TURN servers are used." labels="warning:Warning:This software is partially centralized but can be self-hosted.|success:VoIP" website="https://jami.net/" forum="https://forum.privacytools.io/t/discussion-jami/2116" -- 2.47.2