Confirmed users
591
edits
m (→XML: Typo) |
m (→addressBook: Typo) |
||
Line 148: | Line 148: | ||
<!-- Syncronize the user's address book / contacts. Not yet implemented. --> | <!-- Syncronize the user's address book / contacts. Not yet implemented. --> | ||
< | <addressBook type="carddav"> | ||
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> --> | <username>%EMAILADDRESS%</username> <!-- see <incomingServer> --> | ||
<!-- Authentication methods. See also <incomingServer>. | <!-- Authentication methods. See also <incomingServer>. | ||
Line 162: | Line 162: | ||
<authentication>http-basic</authentication> | <authentication>http-basic</authentication> | ||
<serverURL>https://contacts.example.com/remote.php/dav<serverURL> | <serverURL>https://contacts.example.com/remote.php/dav<serverURL> | ||
</ | </addressBook> | ||
<!-- Syncronize the user's calendar. Not yet implemented. --> | <!-- Syncronize the user's calendar. Not yet implemented. --> | ||
<calendar type="caldav"> | <calendar type="caldav"> | ||
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> --> | <username>%EMAILADDRESS%</username> <!-- see <incomingServer> --> | ||
<authentication>http-basic</authentication> <!-- see < | <authentication>http-basic</authentication> <!-- see <addressBook> --> | ||
<serverURL>https://calendar.example.com/remote.php/dav<serverURL> | <serverURL>https://calendar.example.com/remote.php/dav<serverURL> | ||
</calendar> | </calendar> | ||
Line 176: | Line 176: | ||
<fileShare type="webdav"> | <fileShare type="webdav"> | ||
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> --> | <username>%EMAILADDRESS%</username> <!-- see <incomingServer> --> | ||
<authentication>http-basic</authentication> <!-- see < | <authentication>http-basic</authentication> <!-- see <addressBook> --> | ||
<serverURL>https://share.example.com/remote.php/dav<serverURL> | <serverURL>https://share.example.com/remote.php/dav<serverURL> | ||
</fileShare> | </fileShare> |