summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-10 07:27:34 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-10 07:27:34 +0100
commite0f2b861771f98eba458d6277da14380f4505a1f (patch)
tree5673bfae529a894dde45202b6b79575f28c3fe6b /apps/dav
parentbaacb2cd3035c3b749a65cac752ef5d3633033f3 (diff)
downloadnextcloud-server-e0f2b861771f98eba458d6277da14380f4505a1f.tar.gz
nextcloud-server-e0f2b861771f98eba458d6277da14380f4505a1f.zip
Adding CardDAV plugin to provide addressbook-home-set property
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/lib/server.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/lib/server.php b/apps/dav/lib/server.php
index 22171b74d37..a92c9980f54 100644
--- a/apps/dav/lib/server.php
+++ b/apps/dav/lib/server.php
@@ -35,6 +35,8 @@ class Server {
$this->server->addPlugin(new \Sabre\DAVACL\Plugin());
+ $this->server->addPlugin(new \Sabre\CardDAV\Plugin());
+
// wait with registering these until auth is handled and the filesystem is setup
$this->server->on('beforeMethod', function () {
// custom properties plugin must be the last one