mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-10-13 08:17:07 -07:00
Get rid of CDATA around RSM first element content
This commit is contained in:
parent
4073f34461
commit
9b815bbbcb
@ -24,6 +24,6 @@ type ResultSet struct {
|
||||
|
||||
type First struct {
|
||||
XMLName xml.Name `xml:"first"`
|
||||
Content string `xml:",cdata"`
|
||||
Content string `xml:",chardata"`
|
||||
Index *int `xml:"index,attr,omitempty"`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user