Fix service name for CalDav/CardDav endpoint discovery
This change set fixes the service names used by the endpoint discovery for CalDav and CardDav.
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
// DiscoverContextURL performs a DNS-based CardDAV service discovery as
|
||||
// described in RFC 6352 section 11. It returns the URL to the CardDAV server.
|
||||
func DiscoverContextURL(ctx context.Context, domain string) (string, error) {
|
||||
return internal.DiscoverContextURL(ctx, "carddavs", domain)
|
||||
return internal.DiscoverContextURL(ctx, "carddav", domain)
|
||||
}
|
||||
|
||||
// Client provides access to a remote CardDAV server.
|
||||
|
Reference in New Issue
Block a user