info.xml 996 B

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>1.10.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-menu-entry</id>
  17. <name>User status</name>
  18. <order>1</order>
  19. <type>settings</type>
  20. </navigation>
  21. </navigations>
  22. <dependencies>
  23. <nextcloud min-version="30" max-version="30"/>
  24. </dependencies>
  25. <background-jobs>
  26. <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
  27. </background-jobs>
  28. <contactsmenu>
  29. <provider>OCA\UserStatus\ContactsMenu\StatusProvider</provider>
  30. </contactsmenu>
  31. </info>