1
0
Fork 0

Add bug about UpgradeTLS doing XMPP-specific stuff.

This commit is contained in:
Matt Goodall 2012-07-06 11:38:41 +01:00
parent 627364727e
commit b879d2cfef
1 changed files with 2 additions and 0 deletions

View File

@ -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.