diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-10 18:43:16 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-10 18:43:16 +0000 |
commit | 0b51d970b4d53ef9c2c66e3537f56331f436ae76 (patch) | |
tree | f783ae7c52c496e6393de6a123406526d98f7a9b /docs/implementation-notes/python_architecture.rst | |
parent | Various fixes to try & make openwebrtc safari extension work (still doesn't w... (diff) | |
download | synapse-0b51d970b4d53ef9c2c66e3537f56331f436ae76.tar.xz |
document up the current architecture a bit based on the workshop the other week
Diffstat (limited to 'docs/implementation-notes/python_architecture.rst')
-rw-r--r-- | docs/implementation-notes/python_architecture.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/implementation-notes/python_architecture.rst b/docs/implementation-notes/python_architecture.rst index 8beaa615d0..2a5a2613c4 100644 --- a/docs/implementation-notes/python_architecture.rst +++ b/docs/implementation-notes/python_architecture.rst @@ -1,3 +1,9 @@ +.. WARNING:: + These architecture notes are spectacularly old, and date back to when Synapse + was just federation code in isolation. This should be merged into the main + spec. + + = Server to Server = == Server to Server Stack == |