summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-10-08 22:40:03 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-10-08 22:40:03 +0100
commit5369778bb9141da4e94ff400d66a924f9298c43f (patch)
tree4f1da4b627e8a5bf70c026ebe903612184b451df /poezio/config.py
parent3a608c191f0eb35993e2a672adbdd5ac883f4dca (diff)
downloadpoezio-5369778bb9141da4e94ff400d66a924f9298c43f.tar.gz
poezio-5369778bb9141da4e94ff400d66a924f9298c43f.tar.bz2
poezio-5369778bb9141da4e94ff400d66a924f9298c43f.tar.xz
poezio-5369778bb9141da4e94ff400d66a924f9298c43f.zip
Remove the resource option from the configuration.no-resource
It’s considered bad practice nowadays to force a specific resource, it can lead to presence leaks or reconnection loops so should be avoided. Moreover this was already possible in the jid option, by setting it to user@domain/resource, setting it would append it a second time in that case.
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/config.py b/poezio/config.py
index 15380b8b..f2002382 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -95,7 +95,6 @@ DEFAULT_CONFIG = {
'private_auto_response': '',
'remote_fifo_path': './',
'request_message_receipts': True,
- 'resource': '',
'rooms': '',
'roster_group_sort': 'name',
'roster_show_offline': False,