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

info.xml « appinfo « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb6f978878fd30dfccd8e28da49f2df59b852c80 (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
<?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>user_status</id>
	<name>User status</name>
	<summary>User status</summary>
	<description><![CDATA[User status]]></description>
	<version>1.4.0</version>
	<licence>agpl</licence>
	<author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
	<namespace>UserStatus</namespace>
	<default_enable/>
	<category>social</category>
	<bugs>https://github.com/nextcloud/server</bugs>
	<navigations>
		<navigation>
			<id>user_status-menuitem</id>
			<name>User status</name>
			<route />
			<order>1</order>
			<type>settings</type>
		</navigation>
	</navigations>
	<dependencies>
		<nextcloud min-version="24" max-version="24"/>
	</dependencies>
	<background-jobs>
		<job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
	</background-jobs>
</info>