aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-06-27 22:27:19 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-06-27 22:27:19 +0200
commitf1e030fb22453c60b8941ac506093a17348a0e79 (patch)
tree8394ad0d9ec98df97751c4c543ae5d0f5e8049ad
parent5704a49c7908cef401d23879f32013f90d2e7878 (diff)
Add more TODO items
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 554ee05..c3ca9a7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,2 +1,5 @@
+- 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.
- A session is marked inactive 2 minutes after the latest activity on that session. Make the number "2" configurable and not a hard-coded constant.