diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-10-01 19:37:18 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-10-01 19:37:18 +0100 |
commit | bf8b9b90cde80f4e60433378c552176f3a1d0619 (patch) | |
tree | 720959028e247b1491bbe6266ac79935cbe30a71 /docs | |
parent | Define the client and server APIs for Presence (diff) | |
download | synapse-bf8b9b90cde80f4e60433378c552176f3a1d0619.tar.xz |
Added a TODO-doc marker about the presence timing system
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/specification.rst b/docs/specification.rst index e270d8a6f5..0a421e9e38 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -1664,6 +1664,12 @@ Rejecting a presence invite:: Content keys - as for m.presence_invite +.. TODO-doc + - Explain the timing-based roundtrip reduction mechanism for presence + messages + - Explain the zero-byte presence inference logic + See also: docs/client-server/model/presence + Voice over IP ============= |