From 99516ec31f6638ff2650557bf24b303e45b3ff09 Mon Sep 17 00:00:00 2001 From: Flo Lauber Date: Fri, 18 Jan 2013 19:14:09 -0500 Subject: [PATCH] add xml-specifier for Jid in type bindBind --- xmpp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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