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 907B

1234567891011121314151617181920212223242526272829
  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>1.6.0</version>
  9. <licence>agpl</licence>
  10. <author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
  11. <namespace>UserStatus</namespace>
  12. <category>social</category>
  13. <bugs>https://github.com/nextcloud/server</bugs>
  14. <navigations>
  15. <navigation>
  16. <id>user_status-menuitem</id>
  17. <name>User status</name>
  18. <route />
  19. <order>1</order>
  20. <type>settings</type>
  21. </navigation>
  22. </navigations>
  23. <dependencies>
  24. <nextcloud min-version="26" max-version="26"/>
  25. </dependencies>
  26. <background-jobs>
  27. <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
  28. </background-jobs>
  29. </info>