clientMessage add ",any" tag, use for hasn't matched element

This commit is contained in:
Specode 2013-10-30 17:14:11 +08:00
parent cbdf478ba7
commit 64821d5df9

View File

@ -490,10 +490,8 @@ type clientMessage struct {
Body string `xml:"body"`
Thread string `xml:"thread"`
// Any hasn't matched element
Other []string `xml:",any"`
// // Any hasn't matched element
// Other string `xml:",any"`
}
type clientText struct {