diff --git a/xmpp_pubsub.go b/xmpp_pubsub.go index 74e60d8..c5378cc 100644 --- a/xmpp_pubsub.go +++ b/xmpp_pubsub.go @@ -22,11 +22,6 @@ type clientPubsubItems struct { Items []clientPubsubItem `xml:"item"` } -type clientPubsub struct { - XMLName xml.Name `xml:"pubsub"` - Items clientPubsubItems `xml:"items"` -} - type clientPubsubEvent struct { XMLName xml.Name `xml:"event"` XMLNS string `xml:"xmlns,attr"`