From bf50ba1e1f2128dde40845140c9a20a2442b9358 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Sun, 16 Apr 2023 17:17:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d61b62..bb125163 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@
Databag is a self-hosted messaging service. Notable features include: +- Federated (accounts on different nodes can communicate) - Public-private key based identity (not bound to any blockchain or hosting domain) - End-to-end encryption (the hosting admin cannot view sealed topics) - Audio and Video Calls (enabled with separate relay server) -- Federated (accounts on different nodes can communicate) - Topic based threads (messages organized by topic not contacts) - Lightweight (server runs on a raspberry pi zero v1.3) - Decentralized (direct communication between app and contact's node)