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

123456789101112131415161718192021222324252627282930
  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>contactsinteraction</id>
  5. <name>Contacts Interaction</name>
  6. <summary>Manages interaction between users and contacts</summary>
  7. <description>Collect data about user and contacts interactions and provide an address book for the data</description>
  8. <version>1.6.0</version>
  9. <licence>agpl</licence>
  10. <author>Christoph Wurst</author>
  11. <author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
  12. <namespace>ContactsInteraction</namespace>
  13. <types>
  14. <dav/>
  15. </types>
  16. <category>integration</category>
  17. <category>social</category>
  18. <bugs>https://github.com/nextcloud/server/issues</bugs>
  19. <dependencies>
  20. <nextcloud min-version="25" max-version="25"/>
  21. </dependencies>
  22. <background-jobs>
  23. <job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>
  24. </background-jobs>
  25. <sabre>
  26. <address-book-plugins>
  27. <plugin>OCA\ContactsInteraction\AddressBookProvider</plugin>
  28. </address-book-plugins>
  29. </sabre>
  30. </info>