diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-10-01 17:59:55 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-10-01 17:59:55 +0100 |
commit | 5813e81dc65764cbb8862e49f619d6ff71e8e004 (patch) | |
tree | 942c0e3503576a7285faf3a27dbb7cf101776c5d /docs/specification-NOTHAVE.rst | |
parent | s/m.room.redacted/m.room.redaction/ (diff) | |
download | synapse-5813e81dc65764cbb8862e49f619d6ff71e8e004.tar.xz |
Move documented but-unimplemented 'presence idle times' into a new document to contain such features
Diffstat (limited to 'docs/specification-NOTHAVE.rst')
-rw-r--r-- | docs/specification-NOTHAVE.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/specification-NOTHAVE.rst b/docs/specification-NOTHAVE.rst new file mode 100644 index 0000000000..6ed8298cd9 --- /dev/null +++ b/docs/specification-NOTHAVE.rst @@ -0,0 +1,20 @@ +Matrix Specification NOTHAVEs +============================= + +This document contains sections of the main specification that have been +temporarily removed, because they specify intentions or aspirations that have +in no way yet been implemented. Rather than outright-deleting them, they have +been moved here so as to stand as an initial version for such time as they +become extant. + + +Presence +======== + +Idle Time +--------- +As well as the basic ``presence`` field, the presence information can also show +a sense of an "idle timer". This should be maintained individually by the +user's clients, and the home server can take the highest reported time as that +to report. When a user is offline, the home server can still report when the +user was last seen online. |