mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 08:14:15 +00:00
carddav: fix addressbook-home-set>href namespace
This commit is contained in:
parent
1f509de404
commit
5f03e421d3
@ -26,7 +26,7 @@ var (
|
||||
// https://tools.ietf.org/html/rfc6352#section-6.2.3
|
||||
type addressbookHomeSet struct {
|
||||
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:carddav addressbook-home-set"`
|
||||
Href internal.Href `xml:"href"`
|
||||
Href internal.Href `xml:"DAV: href"`
|
||||
}
|
||||
|
||||
type addressbookDescription struct {
|
||||
|
Loading…
Reference in New Issue
Block a user