Merge with changes from master

disco_info_form
Mickael Remond 5 years ago
commit 4a4fc39cf6
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -71,6 +71,6 @@ func handleMessage(s xmpp.Sender, p stanza.Packet) {
} }
``` ```
## Documentation ## Reference documentation
Please, check GoDoc for more information: [gosrc.io/xmpp](https://godoc.org/gosrc.io/xmpp) The code documentation is available on GoDoc: [gosrc.io/xmpp](https://godoc.org/gosrc.io/xmpp)

@ -23,7 +23,7 @@ func (x *Err) Namespace() string {
return x.XMLName.Space return x.XMLName.Space
} }
// UnmarshalXML implements custom parsing for IQs // UnmarshalXML implements custom parsing for XMPP errors
func (x *Err) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error { func (x *Err) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
x.XMLName = start.Name x.XMLName = start.Name

Loading…
Cancel
Save