diff --git a/xmpp.go b/xmpp.go index eb94b52..a8469f7 100644 --- a/xmpp.go +++ b/xmpp.go @@ -308,7 +308,7 @@ type saslFailure struct { type bindBind struct { XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-bind bind"` Resource string - Jid string + Jid string `xml:"jid"` } // RFC 3921 B.1 jabber:client