diff --git a/xmpp.go b/xmpp.go index 2a705cb..52c1e66 100644 --- a/xmpp.go +++ b/xmpp.go @@ -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 {