Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0917-PROPFIND-supported-stuff.result
blob045034eeed599791093fdce36410459734522364
1 HTTP/1.1 207 Multi-Status\r
2 Date: Dow, 01 Jan 2000 00:00:00 GMT\r
3 DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule\r
4 DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy\r
5 ETag: "3447a04184df5d673f50e8c7a0952a68"\r
6 Content-Length: 1611\r
7 Content-Type: text/xml; charset="utf-8"\r
8 \r
9 <?xml version="1.0" encoding="utf-8" ?>
10 <multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
11  <response>
12   <href>/caldav.php/user1/</href>
13   <propstat>
14    <prop>
15     <displayname>User 1</displayname>
16     <resourcetype>
17      <collection/>
18      <principal/>
19     </resourcetype>
20     <supported-method-set>
21      <supported-method name="OPTIONS"/>
22      <supported-method name="PROPFIND"/>
23      <supported-method name="REPORT"/>
24      <supported-method name="DELETE"/>
25      <supported-method name="LOCK"/>
26      <supported-method name="UNLOCK"/>
27      <supported-method name="MOVE"/>
28      <supported-method name="GET"/>
29      <supported-method name="HEAD"/>
30      <supported-method name="MKCOL"/>
31      <supported-method name="MKCALENDAR"/>
32      <supported-method name="PROPPATCH"/>
33      <supported-method name="BIND"/>
34      <supported-method name="ACL"/>
35     </supported-method-set>
36     <supported-report-set>
37      <supported-report>
38       <report>
39        <principal-property-search/>
40       </report>
41      </supported-report>
42      <supported-report>
43       <report>
44        <principal-search-property-set/>
45       </report>
46      </supported-report>
47      <supported-report>
48       <report>
49        <expand-property/>
50       </report>
51      </supported-report>
52      <supported-report>
53       <report>
54        <sync-collection/>
55       </report>
56      </supported-report>
57     </supported-report-set>
58    </prop>
59    <status>HTTP/1.1 200 OK</status>
60   </propstat>
61   <propstat>
62    <prop>
63     <C:supported-calendar-component-set/>
64    </prop>
65    <status>HTTP/1.1 404 Not Found</status>
66   </propstat>
67  </response>
68 </multistatus>