summaryrefslogtreecommitdiff
path: root/doc/source/commands.rst
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 /doc/source/commands.rst
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 'doc/source/commands.rst')
-rw-r--r--doc/source/commands.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 8c0e0d5b..64a2f033 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -138,7 +138,7 @@ These commands work in *any* tab.
Set the value to the option in
your configuration file. You can, for example, change your default nickname
- by doing "/set default_nick toto" or your resource with "/set resource
+ by doing "/set default_nick toto" or your password with "/set password
blabla". Doing so will write in the main config file, and in the main
section ([Poezio]). But you can also write to another section, with ``/set
bindings M-i ^i``, to a plugin configuration with ``/set mpd_client| host
@@ -152,7 +152,7 @@ These commands work in *any* tab.
**Usage:** ``/set_default [section] <option>``
Set the value of an option back to the default. For example,
- ``/set_default resource`` will reset the ``resource`` option.
+ ``/set_default password`` will reset the ``password`` option.
/toggle
**Usage:** ``/toggle <option>``