Handle SkipTLSVerify for XMPP client (#106). Closes #81

* Handle SkipTLSVerify for XMPP client

* Mention SkipTLSVerify for XMPP in sample config
This commit is contained in:
Stefan Haller
2017-01-14 00:35:45 +01:00
committed by Wim
parent b3c3142bb2
commit 01a32b2154
2 changed files with 10 additions and 0 deletions

View File

@@ -97,6 +97,11 @@ Muc="conference.jabber.example.com"
#REQUIRED
Nick="xmppbot"
#Enable to not verify the certificate on your xmpp server.
#e.g. when using selfsigned certificates
#OPTIONAL (default false)
SkipTLSVerify=true
#Nicks you want to ignore.
#Messages from those users will not be sent to other bridges.
#OPTIONAL