summaryrefslogtreecommitdiffstats
path: root/js/dav/test/unit/data/address_book_query.xml
diff options
context:
space:
mode:
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>