forked from jshiffer/go-xmpp
Use 'any' to read cause of sasl failure.
This commit is contained in:
parent
d86062634d
commit
188e3f03c7
2
xmpp.go
2
xmpp.go
@ -676,7 +676,7 @@ type saslSuccess struct {
|
|||||||
|
|
||||||
type saslFailure struct {
|
type saslFailure struct {
|
||||||
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl failure"`
|
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl failure"`
|
||||||
Any xml.Name
|
Any xml.Name `xml:",any"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// RFC 3920 C.5 Resource binding name space
|
// RFC 3920 C.5 Resource binding name space
|
||||||
|
Loading…
Reference in New Issue
Block a user