ramondeklein / nwebdav

.NET implementation of the WebDAV protocol
MIT License
155 stars 42 forks source link

allow multiple resourcetype to support CardDAV #49

Closed zivillian closed 5 years ago

zivillian commented 5 years ago

RFC6352 section 5.2 requires two elements for resourcetype.

An address book collection MUST report the DAV:collection and CARDDAV:addressbook XML elements in the value of the DAV:resourcetype property.

ramondeklein commented 5 years ago

I have checked the WebDAV specificatiën and RFC 4918 specifies in §15.9 that multiple element are allowed.