forked from chteufleur/go-xmpp
Add bug about UpgradeTLS doing XMPP-specific stuff.
This commit is contained in:
parent
627364727e
commit
b879d2cfef
|
|
@ -94,3 +94,5 @@ func (stream *Stream) DecodeElement(i interface{}, se *xml.StartElement) error {
|
|||
type tlsProceed struct {
|
||||
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-tls proceed"`
|
||||
}
|
||||
|
||||
// BUG(matt): UpgradeTLS shoudln't be doing anything specific to XMPP.
|
||||
|
|
|
|||
Loading…
Reference in New Issue