diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-11 17:54:29 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-11 17:54:29 +0100 |
commit | d2d04162146e6df454d67a4e48ee6655af1d6c0a (patch) | |
tree | f0b132de550c62dfe4ac9fb59234ea14ecd1874a /doc | |
parent | 34af8f69c7aff2d02a10fab954ae7ddf15cee193 (diff) | |
download | poezio-d2d04162146e6df454d67a4e48ee6655af1d6c0a.tar.gz poezio-d2d04162146e6df454d67a4e48ee6655af1d6c0a.tar.bz2 poezio-d2d04162146e6df454d67a4e48ee6655af1d6c0a.tar.xz poezio-d2d04162146e6df454d67a4e48ee6655af1d6c0a.zip |
Fix #1841 (User nickname)
- add a use_pep_nick boolean option
- use it as a nickname for roster contacts, but it does not
supercede the user-defined handle
- send a <nick/> at the beginning of a normal chat
- not implemented in MUC (wontfix)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/configure.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index d0bc57b1..ecd1fc40 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -437,6 +437,11 @@ section of this documentation. Set to 'false' if you don’t want to save logs of all the messages in files. +*use_pep_nick*:: true + + Use the nickname broadcasted by the user if set to true, and if none + has already been set manually. + *use_remote_bookmarks*:: true Use this option to force the use of local bookmarks if needed. |