You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 1.1KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>user_status</id>
  5. <name>User status</name>
  6. <summary>User status</summary>
  7. <description><![CDATA[User status]]></description>
  8. <version>0.0.2</version>
  9. <licence>agpl</licence>
  10. <author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
  11. <namespace>UserStatus</namespace>
  12. <default_enable/>
  13. <category>social</category>
  14. <bugs>https://github.com/nextcloud/server</bugs>
  15. <navigations>
  16. <navigation>
  17. <id>user_status-menuitem</id>
  18. <name>User status</name>
  19. <route />
  20. <order>1</order>
  21. <icon>info.svg</icon>
  22. <type>settings</type>
  23. </navigation>
  24. </navigations>
  25. <dependencies>
  26. <nextcloud min-version="20" max-version="20"/>
  27. </dependencies>
  28. <background-jobs>
  29. <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
  30. </background-jobs>
  31. </info>