diff options
| author | 2023-03-30 12:09:13 +0200 | |
|---|---|---|
| committer | 2023-03-30 12:09:13 +0200 | |
| commit | 4070c009f163ebcf948c7401a01ff99d301c529b (patch) | |
| tree | 9615c71e8fe48f97e7302f7df13dfa2fae2af721 | |
| parent | Backport from xs. (diff) | |
| download | snac2-4070c009f163ebcf948c7401a01ff99d301c529b.tar.gz snac2-4070c009f163ebcf948c7401a01ff99d301c529b.tar.xz snac2-4070c009f163ebcf948c7401a01ff99d301c529b.zip | |
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 | |||
| 12 | 12 | ||
| 13 | ## Wishlist | 13 | ## Wishlist |
| 14 | 14 | ||
| 15 | 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. | 15 | 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: Wrong, AndStatus starts doing an OAuth query, that is totally not ActivityPub C2S. The number of real ActivityPub C2S clients out there is probably zero. |
| 16 | 16 | ||
| 17 | Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth. | 17 | Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth. |
| 18 | 18 | ||