From ba849f06d5c287e6d04e5cc91fe96c0a54df3199 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 28 Jun 2020 22:46:50 +0200 Subject: webclient: Protocol version negotiation --- TODO.txt | 1 - webclient/client.html | 19 +++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 8e7ac3b..83b866c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,4 @@ - Store message as UTF8 text, not blob -- Protocol version negotiation - `_push message` and the response on `send` should give the msgid, so the client can implement replies - Message replies: referenced message should be msgid - Somehow communicate (push? poll?) to room members whether a particular user is currently _active_, not just online. diff --git a/webclient/client.html b/webclient/client.html index 766b035..fce719d 100644 --- a/webclient/client.html +++ b/webclient/client.html @@ -4,7 +4,9 @@ tomsg webclient