1
0

info.xml 728 B

1234567891011121314151617181920212223242526
  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.1.1</version>
  9. <namespace>Federation</namespace>
  10. <category>other</category>
  11. <dependencies>
  12. <owncloud min-version="9.2" max-version="9.2" />
  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. </info>