emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
326 stars 71 forks source link

carddav: use "/.well-known/carddav/" as initial context path in Discover #98

Closed emersion closed 2 years ago

emersion commented 2 years ago

See RFC 6764 section 6 item 3.

bitfehler commented 2 years ago

While I think this is correct and makes sense, note that it won't help with https://github.com/emersion/go-webdav/pull/96#discussion_r907085816 as the discovery can only be used if DNS records are set up.