From d0a8304e5584ac925c858510a4005c4d5e9168cf Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 2 Jan 2013 19:07:36 +0100 Subject: 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 --- data/default_config.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data') 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. -- cgit v1.2.3