diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index a1149452..ac2e245e 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -10,6 +10,15 @@ server = anon.louiz.org # the port you'll use to connect port = 5222 +# SSL Certificate fingerprint +# Do not touch this if you don’t know what you are doing +certificate = + +# Skip the SSL verification +# Should be true in most cases, as you want to check that the server keeps +# the same certificate. +ignore_certificate = false + # Auto-reconnects you when you get disconnected from the server # defaults to false because it should not be necessary auto_reconnect = false |