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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_status/appinfo/info.xml')
-rw-r--r--apps/user_status/appinfo/info.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml
new file mode 100644
index 00000000000..04a252ead0c
--- /dev/null
+++ b/apps/user_status/appinfo/info.xml
@@ -0,0 +1,31 @@
+<?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>0.0.2</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>
+ <icon>info.svg</icon>
+ <type>settings</type>
+ </navigation>
+ </navigations>
+ <dependencies>
+ <nextcloud min-version="20" max-version="20"/>
+ </dependencies>
+ <background-jobs>
+ <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
+ </background-jobs>
+</info>