diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html
index 695a458e9..2ce155e63 100644
--- a/_includes/sections/instant-messenger.html
+++ b/_includes/sections/instant-messenger.html
@@ -51,7 +51,8 @@
Complete Comparison
Worth Mentioning
- - Briar - An ultra-secure peer-to-peer instant messenger that connects to contacts via Direct Wi-Fi, Bluetooth, or Tor over the internet, keeping its users protected from surveillance and censorship.
+
- Briar - An ultra-secure peer-to-peer instant messenger that connects to contacts via Direct Wi-Fi, Bluetooth, or Tor over the internet, keeping its users protected from surveillance and censorship.
+ - Riot - An open-source, federated messenger that utilizes the Matrix protocol. This application is primarily recommended as a large group/team chat solution. While Riot has the ability to perform 1-on-1 communications we believe there are better solutions for direct communications.
- RetroShare - An E2E encrypted instant messaging and voice/video call client. RetroShare supports both TOR and I2P.
- XMPP - Federated instant messaging protocol with OMEMO, OTR, or OpenPGP end-to-end encryption:
-
diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html
index 677bc495b..b3ac2a379 100644
--- a/_includes/sections/teamchat.html
+++ b/_includes/sections/teamchat.html
@@ -4,12 +4,30 @@ Discord or Slack you should pick an alternative here.
+{%
+ include cardv2.html
+ title="Riot.im (Matrix)"
+ image="/assets/img/tools/Riot.png"
+ description="Riot.im is a federated free-software messaging application based on the Matrix protocol, a recent open protocol for real-time communication offering optional E2E encryption. It also has bridging functionality, allowing you to connect to other chat protocols such as IRC or Telegram."
+ labels="warning:Experimental E2EE:The end-to-end encryption is currently in beta and the mobile client states 'End-to-end encryption is in beta and may not be reliable. You should not yet trust it to secure data."
+ website="https://about.riot.im/"
+ forum="https://forum.privacytools.io/t/discussion-riot-im/665/"
+ github="https://github.com/vector-im/riot-web/"
+ windows="https://riot.im/download/desktop/"
+ mac="https://riot.im/download/desktop/"
+ linux="https://riot.im/download/desktop/"
+ fdroid="https://f-droid.org/repository/browse/?fdid=im.vector.alpha"
+ googleplay="https://play.google.com/store/apps/details?id=im.vector.app"
+ ios="https://itunes.apple.com/us/app/vector.im/id1083446067"
+ web="https://riot.im/app/"
+%}
+
{%
include cardv2.html
title="Rocket.chat"
image="/assets/img/tools/rocket.chat.png"
description="Rocket.chat is an self-hostable open source platform for team communication. It has optional federation and experimental E2EE."
- labels="warning:Experimental:Regarding E2EE their documentation states 'This feature is currently in alpha. It's also not yet supported on mobile'. There is no forward secrecy so compromised decryption password would leak all messages. The federation was also added afterwards potentially causing room for mistakes."
+ labels="warning:Experimental E2EE:Regarding E2EE their documentation states 'This feature is currently in alpha. It's also not yet supported on mobile'. There is no forward secrecy so compromised decryption password would leak all messages. The federation was also added afterwards potentially causing room for mistakes."
website="https://rocket.chat/"
forum="https://forum.privacytools.io/t/discussion-rocket-chat/1223"
github="https://github.com/rocketchat/"
@@ -39,7 +57,6 @@