Matrix Specification ==================== .. Note that this file is specifically unversioned because we don't want to .. have to add Yet Another version number, and the commentary on what specs we .. have should hopefully not get complex enough that we need to worry about .. versioning it. Matrix is a set of APIs for open-federated Instant Messaging (IM), Voice over IP (VoIP) and Internet of Things (IoT) communication, designed to create and support a new global real-time communication ecosystem. For a more complete introduction to Matrix, see `Introduction `_. Matrix APIs ----------- The following APIs are documented in this specification: {{apis}} `Appendices `_ with supplemental information not specific to one of the above APIs are also available. Specification Version --------------------- The documents in the specification are generated from `matrix-doc `_ as of Git commit `{{git_version}} `_. The following other versions of the specification are also available, in reverse chronological order: - `HEAD `_: Includes all changes since the latest versioned release. - `r0.0.1 `_ - `r0.0.0 `_ - `Legacy `_: The last draft before the spec was formally released in version r0.0.0. The specification for each API is versioned in the form ``rX.Y.Z``. Changes to ``X`` and ``Y`` should not be assumed to be compatible with any other version. For a fixed ``X`` and ``Y``, any ``Z`` should be assumed to be compatible with any lesser ``Z``. For example, it is safe to assume that a server which claims to implement ``r0.1.2`` supports ``r0.1.0``, but not vice-versa.