summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-10-01 19:37:18 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-10-01 19:37:18 +0100
commitbf8b9b90cde80f4e60433378c552176f3a1d0619 (patch)
tree720959028e247b1491bbe6266ac79935cbe30a71
parentDefine the client and server APIs for Presence (diff)
downloadsynapse-bf8b9b90cde80f4e60433378c552176f3a1d0619.tar.xz
Added a TODO-doc marker about the presence timing system
-rw-r--r--docs/specification.rst6
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
 =============