forked from jshiffer/go-xmpp
Remove unused type clientPubsub.
This commit is contained in:
parent
0bcc057225
commit
e2bc7bf6d7
@ -22,11 +22,6 @@ type clientPubsubItems struct {
|
|||||||
Items []clientPubsubItem `xml:"item"`
|
Items []clientPubsubItem `xml:"item"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type clientPubsub struct {
|
|
||||||
XMLName xml.Name `xml:"pubsub"`
|
|
||||||
Items clientPubsubItems `xml:"items"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type clientPubsubEvent struct {
|
type clientPubsubEvent struct {
|
||||||
XMLName xml.Name `xml:"event"`
|
XMLName xml.Name `xml:"event"`
|
||||||
XMLNS string `xml:"xmlns,attr"`
|
XMLNS string `xml:"xmlns,attr"`
|
||||||
|
Loading…
Reference in New Issue
Block a user