update readme

This commit is contained in:
ghost 2024-02-21 10:10:22 +02:00
parent 0d0df93e5e
commit b7adedf506

View File

@ -25,9 +25,9 @@ Basic social features like identicons, replies, mentions, RSS subscriptions etc
## Protocol ## Protocol
KevaChat protocol following native Kevacoin's `key`/`value` model, where `key` - is the `timestamp@username` and `value` - is message. KevaChat protocol following native Kevacoin's `key`/`value` model, where `key` optionally contain `@username` postfix and `value` - contain message.
All messages related to their room `namespace`. All publications related to their room `namespace`.
## Examples ## Examples