carddav: fix addressbook-home-set>href namespace

This commit is contained in:
Simon Ser 2020-01-29 17:41:28 +01:00
parent 1f509de404
commit 5f03e421d3
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

View File

@ -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 {