diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-05 16:46:37 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-19 11:34:31 +0100 |
commit | 4eb15885c9a7e930670ed58af2e566c1928bc059 (patch) | |
tree | 14f21c884aad92fba5fe00fc31429b90eca42d08 /apps/dav/tests/misc | |
parent | 58eaeb267c60ed2aed4b5592a28d16f5453bb773 (diff) | |
download | nextcloud-server-4eb15885c9a7e930670ed58af2e566c1928bc059.tar.gz nextcloud-server-4eb15885c9a7e930670ed58af2e566c1928bc059.zip |
Addressbook sharing added based on a simplified approach which is based on calendar sharing standard
Diffstat (limited to 'apps/dav/tests/misc')
-rw-r--r-- | apps/dav/tests/misc/sharing.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/dav/tests/misc/sharing.xml b/apps/dav/tests/misc/sharing.xml new file mode 100644 index 00000000000..8771256ce79 --- /dev/null +++ b/apps/dav/tests/misc/sharing.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8" ?> + <CS:share xmlns:D="DAV:" xmlns:CS="urn:ietf:params:xml:ns:carddav"> + <CS:set> + <D:href>principal:principals/admin</D:href> + <CS:read-write /> + </CS:set> + </CS:share> |