mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-07 10:43:44 -08:00
Get rid of CDATA around RSM first element content
This commit is contained in:
committed by
Mickaël Rémond
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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user