diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-05-26 20:49:46 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-05-26 20:49:46 +0200 |
commit | 39ed7e35cc1f2a6838742ad47c7f83a87d8f92af (patch) | |
tree | 1a375259ee34207b2045b00ad0a03b927376d8e3 /src/config.py | |
parent | 0c8fe4da306724aa3757989836ce94fea4d8206f (diff) | |
download | poezio-39ed7e35cc1f2a6838742ad47c7f83a87d8f92af.tar.gz poezio-39ed7e35cc1f2a6838742ad47c7f83a87d8f92af.tar.bz2 poezio-39ed7e35cc1f2a6838742ad47c7f83a87d8f92af.tar.xz poezio-39ed7e35cc1f2a6838742ad47c7f83a87d8f92af.zip |
Disable the MUC self ping by default
Because it doesn’t work, due to a lot of factors, and we can’t fix them.
Diffstat (limited to 'src/config.py')
-rw-r--r-- | src/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
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, |