diff options
author | mathieui <mathieui@mathieui.net> | 2013-01-02 19:07:36 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-01-02 19:07:36 +0100 |
commit | d0a8304e5584ac925c858510a4005c4d5e9168cf (patch) | |
tree | 5c992441e44afe0e53dba06752cfc98a12c29d08 /doc | |
parent | c04fbadf2f6c9449719096cbad152f29eaa2f042 (diff) | |
download | poezio-d0a8304e5584ac925c858510a4005c4d5e9168cf.tar.gz poezio-d0a8304e5584ac925c858510a4005c4d5e9168cf.tar.bz2 poezio-d0a8304e5584ac925c858510a4005c4d5e9168cf.tar.xz poezio-d0a8304e5584ac925c858510a4005c4d5e9168cf.zip |
Add the save_status, status, and status_message options
(the name show is not intuitive, so I used status and status_message)
- The status is send when connecting, and is the same used when joining
rooms
- save_status is true by default, and will make poezio save the status
whenever it changes
- status and status_message are empty by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/configure.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 609775e3..fb8917e2 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -321,6 +321,10 @@ section of this documentation. separated by colons (":"). If there are more than 3 or 4 chained sorting methods, your sorting is most likely inefficient. +*save_status*:: true + + Save the status automatically in the status and status_message options. + *send_chat_states*:: true if true, chat states will be sent to the people you are talking to. @@ -391,6 +395,16 @@ section of this documentation. Whether or not to display a timestamp before each message. +*status*:: [empty] + + The status (show) poezio will send when connecting. It can be available, + dnd,chat, xa or away. + Nothing or an invalid value will mean available. + +*status_message*:: [empty] + + The status message poezio will send when connecting. + *use_bookmark_method*:: [empty] the method that poezio will use to store your bookmarks online. |