forked from jshiffer/go-xmpp
Use StreamClient interface in StreamManager
This commit is contained in:
committed by
Mickaël Rémond
parent
021f6d3740
commit
736a60cd1b
@@ -12,7 +12,7 @@ type Config struct {
|
||||
Password string
|
||||
PacketLogger *os.File // Used for debugging
|
||||
Lang string // TODO: should default to 'en'
|
||||
ConnectTimeout int // Connection timeout in seconds. Default to 15
|
||||
ConnectTimeout int // Client timeout in seconds. Default to 15
|
||||
// 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