mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-21 00:53:44 -08:00
Add support for self-signed certificates
This commit is contained in:
committed by
Mickaël Rémond
parent
79803a8af9
commit
9577036327
@@ -1,6 +1,7 @@
|
||||
package xmpp
|
||||
|
||||
import (
|
||||
"crypto/tls"
|
||||
"io"
|
||||
"os"
|
||||
)
|
||||
@@ -13,6 +14,7 @@ type Config struct {
|
||||
StreamLogger *os.File // Used for debugging
|
||||
Lang string // TODO: should default to 'en'
|
||||
ConnectTimeout int // Client timeout in seconds. Default to 15
|
||||
TLSConfig tls.Config
|
||||
// Insecure can be set to true to allow to open a session without TLS. If TLS
|
||||
// is supported on the server, we will still try to use it.
|
||||
Insecure bool
|
||||
|
||||
Reference in New Issue
Block a user