info.xml 824 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>federation</id>
  4. <name>Federation</name>
  5. <description>Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
  6. <licence>AGPL</licence>
  7. <author>Bjoern Schiessle</author>
  8. <version>1.2.0</version>
  9. <namespace>Federation</namespace>
  10. <category>other</category>
  11. <dependencies>
  12. <nextcloud min-version="12" max-version="12" />
  13. </dependencies>
  14. <default_enable/>
  15. <types>
  16. <authentication/>
  17. </types>
  18. <background-jobs>
  19. <job>OCA\Federation\SyncJob</job>
  20. </background-jobs>
  21. <settings>
  22. <admin>OCA\Federation\Settings\Admin</admin>
  23. </settings>
  24. <commands>
  25. <command>OCA\Federation\Command\SyncFederationAddressBooks</command>
  26. </commands>
  27. </info>