mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
19 lines
539 B
XML
19 lines
539 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:VC="urn:ietf:params:xml:ns:carddav">
|
|
<response>
|
|
<href>/caldav.php/user5/addresses/sabre-vobject-34cd55a8-330f-47cd-8b69-6fbd16a0880b.vcf</href>
|
|
<propstat>
|
|
<prop>
|
|
<getetag>some valid etag</getetag>
|
|
<VC:address-data>BEGIN:VCARD
|
|
VERSION:4.0
|
|
FN:CardDavClient Test1520108081
|
|
IMPP;X-SERVICE-TYPE=Jabber;TYPE=HOME:xmpp:foo@example.com
|
|
END:VCARD
|
|
</VC:address-data>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|