From 64821d5df97100c4e61c60280d65d60a4fd623d1 Mon Sep 17 00:00:00 2001 From: Specode <0x0000e000@gmail.com> Date: Wed, 30 Oct 2013 17:14:11 +0800 Subject: [PATCH] clientMessage add ",any" tag, use for hasn't matched element --- xmpp.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {