shuffle the server-server chapters a bit, and split out security model and other miscellanei into a new appendices chapter. Add a vestigial application services section

This commit is contained in:
Matthew Hodgson 2014-11-11 21:13:09 +02:00
parent 44f6077705
commit f4df22f7ef
3 changed files with 179 additions and 157 deletions

View file

@ -0,0 +1,4 @@
Application Service API
=======================
The Matrix client-server API and server-server APIs provide the means to implement a consistent self-contained federated messaging fabric. However, they provide limited means of implementing custom application-layer logic in Matrix services, such as...