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 /data | |
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 'data')
-rw-r--r-- | data/default_config.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 284f1311..abeab2ac 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -60,6 +60,18 @@ jid = # If you leave this empty, the password will be asked at each startup password = +# The status (show) poezio will send when connecting. +# can be: xa,dnd,away,available,chat. +# An empty or invalid value will mean available. +status = + +# The status message you will have upon connection +status_message = + +# Save the last used status in this file (in the status and status_message +# options) +save_status = true + # A custom host that will be used instead of the DNS records for the server # (anonymous or the jid’s) defined above. # You should not need this in a "normal" use case. |