summary refs log tree commit diff
path: root/docs/client-server
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-09-03 18:21:55 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-09-03 18:21:55 +0100
commit01e83c96803e1798d487f30760d01db08dd34ccf (patch)
treeae347aa851e93355433792daa2d62f33af9bc850 /docs/client-server
parentMerge branch 'develop' into paul/schema_breaking_changes (diff)
parentAdd support to _simple_insert() to do INSERT OR REPLACE (diff)
downloadsynapse-github/paul/schema_breaking_changes.tar.xz
Merge branch 'develop' into paul/schema_breaking_changes github/paul/schema_breaking_changes paul/schema_breaking_changes
Diffstat (limited to 'docs/client-server')
-rw-r--r--docs/client-server/OLD_specification.rst (renamed from docs/client-server/specification.rst)14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/client-server/specification.rst b/docs/client-server/OLD_specification.rst

index 2f6645ceb9..47fba5eeac 100644 --- a/docs/client-server/specification.rst +++ b/docs/client-server/OLD_specification.rst
@@ -2,6 +2,20 @@ Matrix Client-Server API ======================== + +.. WARNING:: + This specification is old. Please see /docs/specification.rst instead. + + + + + + + + + + + The following specification outlines how a client can send and receive data from a home server.