summaryrefslogtreecommitdiffstats
path: root/js/dav/test/unit/data/current_user_principal.xml
blob: c1b3ead77499f46a61bbd1111814ee571c6aee1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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/">
  <d:response>
    <d:href>/</d:href>
    <d:propstat>
      <d:prop>
        <d:current-user-principal>
          <d:href>/principals/admin%40domain.tld/</d:href>
        </d:current-user-principal>
      </d:prop>
      <d:status>HTTP/1.1 200 OK</d:status>
    </d:propstat>
  </d:response>
</d:multistatus>