forked from jshiffer/go-xmpp
Remove unused types.
This commit is contained in:
parent
49054ca9e9
commit
0bcc057225
16
xmpp.go
16
xmpp.go
@ -1262,11 +1262,6 @@ type saslMechanisms struct {
|
|||||||
Mechanism []string `xml:"mechanism"`
|
Mechanism []string `xml:"mechanism"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type saslAuth struct {
|
|
||||||
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl auth"`
|
|
||||||
Mechanism string `xml:",attr"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type saslChannelBindings struct {
|
type saslChannelBindings struct {
|
||||||
XMLName xml.Name `xml:"sasl-channel-binding"`
|
XMLName xml.Name `xml:"sasl-channel-binding"`
|
||||||
Text string `xml:",chardata"`
|
Text string `xml:",chardata"`
|
||||||
@ -1277,12 +1272,6 @@ type saslChannelBindings struct {
|
|||||||
} `xml:"channel-binding"`
|
} `xml:"channel-binding"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type saslChallenge string
|
|
||||||
|
|
||||||
type saslRspAuth string
|
|
||||||
|
|
||||||
type saslResponse string
|
|
||||||
|
|
||||||
type saslAbort struct {
|
type saslAbort struct {
|
||||||
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl abort"`
|
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl abort"`
|
||||||
}
|
}
|
||||||
@ -1368,11 +1357,6 @@ type Delay struct {
|
|||||||
Stamp string `xml:"stamp,attr"`
|
Stamp string `xml:"stamp,attr"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type clientText struct {
|
|
||||||
Lang string `xml:",attr"`
|
|
||||||
Body string `xml:"chardata"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type clientPresence struct {
|
type clientPresence struct {
|
||||||
XMLName xml.Name `xml:"jabber:client presence"`
|
XMLName xml.Name `xml:"jabber:client presence"`
|
||||||
From string `xml:"from,attr"`
|
From string `xml:"from,attr"`
|
||||||
|
Loading…
Reference in New Issue
Block a user