Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa078485c071543f704375cedd114248cf2f3290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<info>
	<id>notifications</id>
	<name>Notifications</name>
	<description><![CDATA[This app provides a backend and frontend for the notification API available in Nextcloud.
		The API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:

📬 Federated file sharing: You received a new remote share

📑 Comments: Another user mentioned you in a comment on a file

🚢 Update notification: Available update for an app or nextcloud itself

📣 Announcement center: An announcement was posted by an admin]]></description>

	<licence>AGPL</licence>
	<author>Joas Schilling</author>
	<version>2.1.1</version>

	<types>
		<logging/>
	</types>

	<default_enable/>

	<website>https://github.com/nextcloud/notifications</website>
	<bugs>https://github.com/nextcloud/notifications/issues</bugs>
	<repository type="git">https://github.com/nextcloud/notifications.git</repository>

	<dependencies>
		<nextcloud min-version="13" max-version="13" />
	</dependencies>
</info>