1
0
Fork 0
nc_ext_dav_push/appinfo/info.xml
2024-08-25 20:10:16 +02:00

36 lines
2 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>dav_push</id>
<name>DAV Push</name>
<summary>Dav Push is an extension to demonstrate WebDAV-Push support on calendars/address books.</summary>
<description><![CDATA[
**This extension is in a very early stage of development. It is for demonstration and testing purposes only. Don't use it on production systems!**
In proprietary environments, changes in events and contacts are nowadays usually pushed to other clients so that they can update their views almost in real-time.
WebDAV however (and in this context, especially CalDAV and CardDAV) doesn't currently support push notifications of clients when a collection has changed. So clients have to periodically ask the server for changes. This causes unnecessary delays and battery usage.
The WebDAV-Push standard, which is currently in development, wants to solve this problem with an open protocol, too.
This is the server part of these efforts to draft a standard and provide a working implementation (server + client) in order to demonstrate it.
The current WebDAV-Push draft is provided by [@bitfireAT](https://github.com/bitfireAT).
This Nextcloud extension has been developed by [@verdigado](https://github.com/verdigado).
]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="info@bitfire.at" homepage="https://github.com/bitfireAT/webdav-push">bitfire web engineering</author>
<author mail="mail@jonathan-treffler.de">Jonathan Treffler</author>
<namespace>DavPush</namespace>
<category>tools</category>
<bugs>https://github.com/bitfireAT/nc_ext_dav_push/issues</bugs>
<dependencies>
<database>pgsql</database>
<database>sqlite</database>
<database>mysql</database>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
</info>