Remove useless reference to IQPayload

This commit is contained in:
Mickael Remond 2019-06-27 09:59:19 +02:00
parent 781b875cf1
commit 3fa1a4b387
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -24,7 +24,6 @@ type ControlField struct {
} }
type ControlSetResponse struct { type ControlSetResponse struct {
IQPayload
XMLName xml.Name `xml:"urn:xmpp:iot:control setResponse"` XMLName xml.Name `xml:"urn:xmpp:iot:control setResponse"`
} }