summaryrefslogtreecommitdiffstats
path: root/js/dav/test/unit/data/address_book_query.xml
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-02-18 16:33:26 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-02-18 16:39:26 +0100
commit43462d3fc447ac8d843e98e9dc596e21302b1353 (patch)
tree7fae6fd90d269d4c101715d5f36bb844ab0f0a06 /js/dav/test/unit/data/address_book_query.xml
parent5b452bc093ebaca4dd95955bd47417d187968352 (diff)
integrate dav library instead of loading via bower
Diffstat (limited to 'js/dav/test/unit/data/address_book_query.xml')
-rw-r--r--js/dav/test/unit/data/address_book_query.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/js/dav/test/unit/data/address_book_query.xml b/js/dav/test/unit/data/address_book_query.xml
new file mode 100644
index 00000000..3e7690b7
--- /dev/null
+++ b/js/dav/test/unit/data/address_book_query.xml
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8"?>
+<d:multistatus xmlns:d="DAV:"
+ xmlns:s="http://sabredav.org/ns"
+ xmlns:cal="urn:ietf:params:xml:ns:caldav"
+ xmlns:cs="http://calendarserver.org/ns/"
+ xmlns:card="urn:ietf:params:xml:ns:carddav">
+ <d:response>
+ <d:href>/addressbooks/admin/</d:href>
+ <d:propstat>
+ <d:prop>
+ <d:supported-report-set>
+ <d:supported-report>
+ <d:report>
+ <d:expand-property/>
+ </d:report>
+ </d:supported-report>
+ <d:supported-report>
+ <d:report>
+ <d:principal-property-search/>
+ </d:report>
+ </d:supported-report>
+ <d:supported-report>
+ <d:report>
+ <d:principal-search-property-set/>
+ </d:report>
+ </d:supported-report>
+ </d:supported-report-set>
+ </d:prop>
+ <d:status>HTTP/1.1 200 OK</d:status>
+ </d:propstat>
+ </d:response>
+ <d:response>
+ <d:href>/addressbooks/admin/default/</d:href>
+ <d:propstat>
+ <d:prop>
+ <d:supported-report-set>
+ <d:supported-report>
+ <d:report>
+ <d:expand-property/>
+ </d:report>
+ </d:supported-report>
+ <d:supported-report>
+ <d:report>
+ <d:principal-property-search/>
+ </d:report>
+ </d:supported-report>
+ <d:supported-report>
+ <d:report>
+ <d:principal-search-property-set/>
+ </d:report>
+ </d:supported-report>
+ <d:supported-report>
+ <d:report>
+ <card:addressbook-multiget/>
+ </d:report>
+ </d:supported-report>
+ <d:supported-report>
+ <d:report>
+ <card:addressbook-query/>
+ </d:report>
+ </d:supported-report>
+ <d:supported-report>
+ <d:report>
+ <d:sync-collection/>
+ </d:report>
+ </d:supported-report>
+ </d:supported-report-set>
+ </d:prop>
+ <d:status>HTTP/1.1 200 OK</d:status>
+ </d:propstat>
+ </d:response>
+</d:multistatus>