diff --git a/landing/index.html b/landing/index.html
index 374d531..934d82f 100644
--- a/landing/index.html
+++ b/landing/index.html
@@ -582,7 +582,7 @@
Voice, Video & Screenshare
-
Fastest Matrix client — instant load via Sliding Sync. Native MatrixRTC calls and screenshare. Rust encryption (Vodozemac). Spaces viewing works; creating/managing spaces still in progress.
+ Fastest Matrix client — instant load via Sliding Sync. Native MatrixRTC calls (voice-only + video), screenshare, DM voice calls, live location sharing, media captions. Full space create & management. Rust encryption (Vodozemac).
@@ -615,7 +615,7 @@
Voice & Video
- Most Discord-like client overall. Multi-account support, built-in GIF search (via privacy-respecting proxy — GIFs upload to your homeserver, not tracked by Tenor). Shared calendars and photo albums. No iOS or macOS yet. Active early-stage development.
+ Most Discord-like client overall. Multi-account support, built-in GIF search (privacy proxy — uploads to homeserver), shared calendars & photo albums, polls (v0.4.2), screenshare on browsers & Android. Available on Android, Windows, Linux, Web, and macOS (Beta). Active development.
@@ -815,12 +815,30 @@
| Polls |
~display-only; open in Element to vote |
- ✓ |
- ~recently added |
- ✗ |
+ ✓create, vote & end |
+ ✓added v2.3.0 |
+ ✓added v0.4.2 |
✓ |
✗ |
+
+ | Voice messagesrecord & play |
+ ~playback only |
+ ✓record, play, variable speed, reply with voice |
+ ✓record & play, pause support |
+ ~playback confirmed; recording unclear |
+ ✓ |
+ ✗ |
+
+
+ | Pinned messages |
+ ✓ |
+ ✓dedicated pins view |
+ ~view only |
+ ✓ |
+ ✓ |
+ ✓ |
+
| Custom emoji & stickers |
✓best-in-class |
@@ -905,6 +923,24 @@
✓"Message deleted" placeholder shown |
✓shows redaction notice |
+
+ | Location sharing |
+ ✗ |
+ ✓live & static, map rendering |
+ ~basic static |
+ ✗ |
+ ✓ |
+ ✗ |
+
+
+ | Message forwarding |
+ ✗ |
+ ~via share menu |
+ ✓ |
+ ~ |
+ ✓ |
+ ✗ |
+
| Push notifications |
~web push only |
@@ -920,7 +956,7 @@
- Encryption architecture: Element X, FluffyChat, and Commet use Vodozemac — the Rust implementation of Matrix encryption — which has a stronger security track record than the older JavaScript SDK. Cinny and Element Web/Desktop currently use matrix-js-sdk; Element is actively migrating to the Rust SDK via WebAssembly. Rust-based clients were not affected by historical js-sdk implementation vulnerabilities.
+ Encryption architecture: Element X, FluffyChat, and Commet use Vodozemac — the Rust implementation of Matrix encryption — which has a stronger security track record than the older JavaScript SDK. Commet v0.4.2 added a web-compatible Vodozemac Dart binding. Cinny and Element Web/Desktop currently use matrix-js-sdk; Element is actively migrating to the Rust SDK via WebAssembly. Rust-based clients were not affected by historical js-sdk vulnerabilities.