mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-05-16 01:12:54 -07: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 {
|
type First struct {
|
||||||
XMLName xml.Name `xml:"first"`
|
XMLName xml.Name `xml:"first"`
|
||||||
Content string `xml:",cdata"`
|
Content string `xml:",chardata"`
|
||||||
Index *int `xml:"index,attr,omitempty"`
|
Index *int `xml:"index,attr,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user