Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0916-PROPFIND-supported-stuff.result
blobc2380b3b97b8ca42507ff942eef5b270c5649044
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: "8d5e76c5b7b5676fc36e38cfad77c5db"\r
6 Content-Length: 1277\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/</href>
13   <propstat>
14    <prop>
15     <displayname>DAViCal CalDAV Server</displayname>
16     <resourcetype>
17      <collection/>
18     </resourcetype>
19     <supported-method-set>
20      <supported-method name="OPTIONS"/>
21      <supported-method name="PROPFIND"/>
22      <supported-method name="REPORT"/>
23     </supported-method-set>
24     <supported-report-set>
25      <supported-report>
26       <report>
27        <principal-property-search/>
28       </report>
29      </supported-report>
30      <supported-report>
31       <report>
32        <principal-search-property-set/>
33       </report>
34      </supported-report>
35      <supported-report>
36       <report>
37        <expand-property/>
38       </report>
39      </supported-report>
40      <supported-report>
41       <report>
42        <sync-collection/>
43       </report>
44      </supported-report>
45     </supported-report-set>
46     <current-user-principal>
47      <href>/caldav.php/user1/</href>
48     </current-user-principal>
49    </prop>
50    <status>HTTP/1.1 200 OK</status>
51   </propstat>
52   <propstat>
53    <prop>
54     <C:supported-calendar-component-set/>
55    </prop>
56    <status>HTTP/1.1 404 Not Found</status>
57   </propstat>
58  </response>
59 </multistatus>