From 395435c68dc656641e7bdb53da88773482dd55b5 Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Thu, 2 Nov 2017 12:54:48 +0100 Subject: self-ping: add 'timeout' option for ping response --- poezio/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index a3bc5685..9c06d25b 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -104,6 +104,7 @@ DEFAULT_CONFIG = { 'roster_sort': 'jid:show', 'save_status': True, 'self_ping_interval': 0, + 'self_ping_timeout': 60, 'send_chat_states': True, 'send_initial_presence': True, 'send_os_info': True, -- cgit v1.2.3