document presence_timeout_remote_users

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-04-25 18:22:48 -07:00 committed by June
parent a41472cc3f
commit 59199e8f66

View file

@ -620,6 +620,11 @@ allow_profile_lookup_federation_requests = true
# #
#allow_outgoing_presence = true #allow_outgoing_presence = true
# Config option to enable the presence idle timer for remote users. Disabling is offered as an optimization for
# servers participating in many large rooms or when resources are limited. Disabling it may cause incorrect
# presence states (i.e. stuck online) to be seen for some remote users. Defaults to true.
#presence_timeout_remote_users = true
# Config option to control how many seconds before presence updates that you are idle. Defaults to 5 minutes. # Config option to control how many seconds before presence updates that you are idle. Defaults to 5 minutes.
#presence_idle_timeout_s = 300 #presence_idle_timeout_s = 300