diff options
author | mathieui <mathieui@mathieui.net> | 2015-06-18 21:11:58 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-06-18 21:11:58 +0200 |
commit | d9050e9565e8c7a3e5ad101f9998c72f7d812baa (patch) | |
tree | ca25dea085eaf72a390f5e756c6fbd77d818109c /doc | |
parent | 43ef5fd949b0c6632b0a4277a0d379a1e3b8f88c (diff) | |
download | poezio-d9050e9565e8c7a3e5ad101f9998c72f7d812baa.tar.gz poezio-d9050e9565e8c7a3e5ad101f9998c72f7d812baa.tar.bz2 poezio-d9050e9565e8c7a3e5ad101f9998c72f7d812baa.tar.xz poezio-d9050e9565e8c7a3e5ad101f9998c72f7d812baa.zip |
Add a show_jid_in_conversations option
To hide or show the JID of the contact in conversation tabs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/configuration.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index db2a843f..c910b0e5 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -710,6 +710,13 @@ or the way messages are displayed. the contact names). If there is no contact name, the JID will still be displayed. + show_jid_in_conversations + + **Default value:** ``true`` + + If ``false``, the JID of the contact will not be displayed in the information + window in conversation tags. + show_s2s_errors **Default value:** ``true`` |