summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/info.xml
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-01-20 21:08:23 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-08 10:52:30 +0100
commitcca2ade199f09c2e4c2c00c86e776dcc3b51d60f (patch)
tree048d4f64d0de92a12565d1a8111fc1817f7db8cc /apps/dav/appinfo/info.xml
parent9eef38c5937cf8c8a848a0b78afe8123fb922712 (diff)
downloadnextcloud-server-cca2ade199f09c2e4c2c00c86e776dcc3b51d60f.tar.gz
nextcloud-server-cca2ade199f09c2e4c2c00c86e776dcc3b51d60f.zip
Adding pre oc 9.0 CardDAV endpoint for migration of old clients
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r--apps/dav/appinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index f035d19d862..647ad279ba7 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -14,7 +14,9 @@
<files>appinfo/v1/webdav.php</files>
<webdav>appinfo/v1/webdav.php</webdav>
<dav>appinfo/v2/remote.php</dav>
- </remote>
+ <!-- carddav endpoints as used before ownCloud 9.0-->
+ <contacts>appinfo/v1/carddav.php</contacts>
+ <carddav>appinfo/v1/carddav.php</carddav> </remote>
<public>
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>