diff options
author | Ashwin Nair <58840757+Ashwin-exe@users.noreply.github.com> | 2021-11-16 15:51:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 10:21:01 +0000 |
commit | e72135b9d3601b36a32cc8b6cf0c5e0448f534b3 (patch) | |
tree | 1dbc9e4425cf2238a6b0598031fa38a36cabf2a8 /docs/ancient_architecture_notes.md | |
parent | Database storage profile passes mypy (#11342) (diff) | |
download | synapse-e72135b9d3601b36a32cc8b6cf0c5e0448f534b3.tar.xz |
change 'Home Server' to one word 'homeserver' (#11320)
Signed-off-by: Ashwin S. Nair <58840757+Ashwin-exe@users.noreply.github.com>
Diffstat (limited to 'docs/ancient_architecture_notes.md')
-rw-r--r-- | docs/ancient_architecture_notes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ancient_architecture_notes.md b/docs/ancient_architecture_notes.md index 3ea8976cc7..07bb199d7a 100644 --- a/docs/ancient_architecture_notes.md +++ b/docs/ancient_architecture_notes.md @@ -7,7 +7,7 @@ ## Server to Server Stack -To use the server to server stack, home servers should only need to +To use the server to server stack, homeservers should only need to interact with the Messaging layer. The server to server side of things is designed into 4 distinct layers: @@ -23,7 +23,7 @@ Server with a domain specific API. 1. **Messaging Layer** - This is what the rest of the Home Server hits to send messages, join rooms, + This is what the rest of the homeserver hits to send messages, join rooms, etc. It also allows you to register callbacks for when it get's notified by lower levels that e.g. a new message has been received. @@ -45,7 +45,7 @@ Server with a domain specific API. For incoming PDUs, it has to check the PDUs it references to see if we have missed any. If we have go and ask someone (another - home server) for it. + homeserver) for it. 3. **Transaction Layer** |