diff options
author | default <nobody@localhost> | 2023-03-26 20:19:48 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-26 20:19:48 +0200 |
commit | e187302ae72446e070e7b0da59b795cfe5a1b529 (patch) | |
tree | 4310607a22b2c4739d8fd7b6ad48cddef241678f | |
parent | efe0a0960ae15f553e405c4544048d033c21cd48 (diff) |
Updated TODO.
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac ## Wishlist -Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/activitypub/#client-to-server-interactions . I skipped that part of the documentation entirely, so I don't know if this is trivial or hell. The Android client at http://andstatus.org/ implements it, or so it seems. There may be others. +Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/activitypub/#client-to-server-interactions . The Android client at http://andstatus.org/ implements it, or so it seems. UPDATE: AndStatus starts doing an OAuth query, that is totally not ActivityPub C2S. The number of real ActivityPub C2S clients out here is probably zero. Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth. |