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