From 39ed7e35cc1f2a6838742ad47c7f83a87d8f92af Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 26 May 2015 20:49:46 +0200 Subject: Disable the MUC self ping by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because it doesn’t work, due to a lot of factors, and we can’t fix them. --- src/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index 3ca53dd2..a6f1417e 100644 --- a/src/config.py +++ b/src/config.py @@ -98,6 +98,7 @@ DEFAULT_CONFIG = { 'roster_show_offline': False, 'roster_sort': 'jid:show', 'save_status': True, + 'self_ping_delay': 0, 'send_chat_states': True, 'send_initial_presence': True, 'send_os_info': True, -- cgit v1.2.3