diff options
author | mathieui <mathieui@mathieui.net> | 2012-02-15 23:01:50 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-02-15 23:01:50 +0100 |
commit | c7da566f0ae6fa412341f48f27122ed7f968ae9d (patch) | |
tree | bfc92511ed0e47215739afeeae8c387d8f5855eb /data | |
parent | c26ff221fd62c28c0d4e7a527c36b449dbd25f50 (diff) | |
download | poezio-c7da566f0ae6fa412341f48f27122ed7f968ae9d.tar.gz poezio-c7da566f0ae6fa412341f48f27122ed7f968ae9d.tar.bz2 poezio-c7da566f0ae6fa412341f48f27122ed7f968ae9d.tar.xz poezio-c7da566f0ae6fa412341f48f27122ed7f968ae9d.zip |
Fixes #2324
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 87a121bb..a1149452 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -24,6 +24,12 @@ resource = # If this is empty, the $USER environnement variable will be used default_nick = +# Send the initial presence +# true, unless you want to be invisible from your roster +# warning: this disables any presence sending other than MUCs or directed +# presences via /presence +send_initial_presence = true + # Jabber identifier. Specify it only if you want to connect using an existing # account on a server. This is optional and useful only for some features, # like room administration, nickname registration. |