forked from jshiffer/go-xmpp
Create a new stream after StartTLS
This commit is contained in:
committed by
Mickaël Rémond
parent
390f9b065e
commit
33446ad0ba
@@ -108,8 +108,8 @@ func (t WebsocketTransport) startReader() {
|
||||
}()
|
||||
}
|
||||
|
||||
func (t WebsocketTransport) StartTLS() error {
|
||||
return TLSNotSupported
|
||||
func (t WebsocketTransport) StartTLS() (string, error) {
|
||||
return "", ErrTLSNotSupported
|
||||
}
|
||||
|
||||
func (t WebsocketTransport) DoesStartTLS() bool {
|
||||
|
||||
Reference in New Issue
Block a user