diff options
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. |