aboutsummaryrefslogtreecommitdiff
path: root/WIRING.md
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2017-03-20 16:46:07 +0000
committerGitHub <noreply@github.com>2017-03-20 16:46:07 +0000
commita82ccf5b31db40567c32a08a30906151236216ef (patch)
tree05ec55f80cb1934330a73bf2b723288d087a4c01 /WIRING.md
parent346f5d6334917616ca9b96bfaa8040c5938daf92 (diff)
Add notes on what message sending will look like in dendrite (#45)
Diffstat (limited to 'WIRING.md')
-rw-r--r--WIRING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/WIRING.md b/WIRING.md
index 5bd1485c..caa0df07 100644
--- a/WIRING.md
+++ b/WIRING.md
@@ -20,7 +20,7 @@ Diagram:
+----------| W | +----------| S | +--------| R |
| +---+ | Receipts +---+ | Client +---+
| Federation |>=========================================>| Server |>=====================>| Sync |
- | Send | | | | |
+ | Receiver | | | | |
| | +---+ | | | |
| | +--------| W | | | | |
| | | Client +---+ | | | |
@@ -49,8 +49,8 @@ Diagram:
| | +---+ | | +---+ | |
| | +--------| W | | | +----------| S | | |
| | | Client +---+ | | | Presence +---+ | |
- | | | Room |>=====>| |>=====>| Server |>=====================>| |
- | | | Send | +--------+ | | | |
+ | | | API |>=====>| |>=====>| Server |>=====================>| |
+ | | | /send | +--------+ | | | |
| | | | | | | |
| | | |>======================>| |<=====================<| |
| | +----------+ | | | |
@@ -101,7 +101,7 @@ choke-point to implement ratelimiting and backoff correctly.
* Writes typing updates to logs.
* Writes other updates to logs.
-## Client Room Send
+## Client API /send
* Handles puts to `/client/v1/rooms/` that create room events.
* Queries information needed to process events from the Room Server.