From 167a08a80516f193800838988440664de3adb6b4 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 1 Mar 2016 16:13:41 +0000 Subject: [PATCH] Allow idle timeout to be configurable --- specification/modules/presence.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/modules/presence.rst b/specification/modules/presence.rst index 19fe13ba..de327e3c 100644 --- a/specification/modules/presence.rst +++ b/specification/modules/presence.rst @@ -75,10 +75,10 @@ Idle timeout ~~~~~~~~~~~~ The server will automatically set a user's presence to ``unavailable`` if their -last active time was over 5 minutes ago. Clients can manually set a user's -presence to ``unavailable``. Any activity that bumps the last active time on any -of the user's clients will cause the server to automatically set their presence -to ``online``. +last active time was over a threshold value (e.g. 5 minutes). Clients can +manually set a user's presence to ``unavailable``. Any activity that bumps the +last active time on any of the user's clients will cause the server to +automatically set their presence to ``online``. Security considerations -----------------------