Skip to content

Commit e74f891

Browse files
Add information from readme to app store description
1 parent 9ebb661 commit e74f891

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

appinfo/info.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,23 @@
33
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
44
<id>dav_push</id>
55
<name>DAV Push</name>
6-
<summary>Implements the DAV Push specification</summary>
7-
<description><![CDATA[This app allows you to send push notifications from your Nextcloud server to different clients, including mobile devices, desktop computers, and web browsers.]]></description>
6+
<summary>Dav Push is an extension to demonstrate WebDAV-Push support on calendars/address books.</summary>
7+
<description><![CDATA[
8+
**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!**
9+
10+
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.
11+
12+
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.
13+
14+
The WebDAV-Push standard, which is currently in development, wants to solve this problem with an open protocol, too.
15+
16+
This is the server part of these efforts to draft a standard and provide a working implementation (server + client) in order to demonstrate it.
17+
18+
19+
The current WebDAV-Push draft is provided by [@bitfireAT](https://github.com/bitfireAT).
20+
21+
This Nextcloud extension has been developed by [@verdigado](https://github.com/verdigado).
22+
]]></description>
823
<version>0.0.1</version>
924
<licence>agpl</licence>
1025
<author mail="[email protected]" homepage="https://github.com/bitfireAT/webdav-push">bitfire web engineering</author>

0 commit comments

Comments
 (0)