forked from jshiffer/go-xmpp
add xml-specifier for Jid in type bindBind
This commit is contained in:
parent
df2ef04578
commit
99516ec31f
2
xmpp.go
2
xmpp.go
@ -308,7 +308,7 @@ type saslFailure struct {
|
|||||||
type bindBind struct {
|
type bindBind struct {
|
||||||
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-bind bind"`
|
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-bind bind"`
|
||||||
Resource string
|
Resource string
|
||||||
Jid string
|
Jid string `xml:"jid"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// RFC 3921 B.1 jabber:client
|
// RFC 3921 B.1 jabber:client
|
||||||
|
Loading…
Reference in New Issue
Block a user