31 lines
926 B
XML
31 lines
926 B
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>user_status</id>
|
|
<name>User status</name>
|
|
<summary>User status</summary>
|
|
<description><![CDATA[User status]]></description>
|
|
<version>1.1.1</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="21" max-version="21"/>
|
|
</dependencies>
|
|
<background-jobs>
|
|
<job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
|
|
</background-jobs>
|
|
</info>
|