forked from jshiffer/go-xmpp
Correctly open new streams after StartTLS and auth
This commit is contained in:
committed by
Mickaël Rémond
parent
33446ad0ba
commit
6da1962962
+2
-1
@@ -27,10 +27,11 @@ type TransportConfiguration struct {
|
||||
type Transport interface {
|
||||
Connect() (string, error)
|
||||
DoesStartTLS() bool
|
||||
StartTLS() (string, error)
|
||||
StartTLS() error
|
||||
|
||||
LogTraffic(logFile io.Writer)
|
||||
|
||||
StartStream() (string, error)
|
||||
GetDecoder() *xml.Decoder
|
||||
IsSecure() bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user