Add support for disco info node

disco_info_form
Mickael Remond 6 years ago
parent 266ed9b1e4
commit c451e3bc63
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -316,6 +316,7 @@ const (
type DiscoInfo struct {
XMLName xml.Name `xml:"http://jabber.org/protocol/disco#info query"`
Node string `xml:"node,attr,omitempty"`
Identity Identity `xml:"identity"`
Features []Feature `xml:"feature"`
}

Loading…
Cancel
Save