diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-10-01 18:34:00 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-10-01 18:34:08 +0100 |
commit | ee447abcad251cd499a9752d3dbdda004c940298 (patch) | |
tree | 274d39a3c54e5589513edf898ed23febbabc0f1a /docs/specification-NOTHAVE.rst | |
parent | SPEC-25: Add details on how to prune redacted events. (diff) | |
download | synapse-ee447abcad251cd499a9752d3dbdda004c940298.tar.xz |
Continue moving content out of docs/model/presence into the main spec; delete model docs that are duplicated
Diffstat (limited to 'docs/specification-NOTHAVE.rst')
-rw-r--r-- | docs/specification-NOTHAVE.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/specification-NOTHAVE.rst b/docs/specification-NOTHAVE.rst index 6ed8298cd9..369594f6ae 100644 --- a/docs/specification-NOTHAVE.rst +++ b/docs/specification-NOTHAVE.rst @@ -18,3 +18,13 @@ 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. + +Device Type +----------- + +Client devices that may limit the user experience somewhat (such as "mobile" +devices with limited ability to type on a real keyboard or read large amounts of +text) should report this to the home server, as this is also useful information +to report as "presence" if the user cannot be expected to provide a good typed +response to messages. + |