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

1234567891011121314151617181920212223242526272829303132333435
  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>federation</id>
  5. <name>Federation</name>
  6. <summary>Federation allows you to connect with other trusted servers to exchange the user directory.</summary>
  7. <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>
  8. <version>1.14.0</version>
  9. <licence>agpl</licence>
  10. <author>Bjoern Schiessle</author>
  11. <namespace>Federation</namespace>
  12. <default_enable/>
  13. <types>
  14. <authentication/>
  15. </types>
  16. <category>social</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="24" max-version="24"/>
  20. </dependencies>
  21. <background-jobs>
  22. <job>OCA\Federation\SyncJob</job>
  23. </background-jobs>
  24. <commands>
  25. <command>OCA\Federation\Command\SyncFederationAddressBooks</command>
  26. </commands>
  27. <settings>
  28. <admin>OCA\Federation\Settings\Admin</admin>
  29. </settings>
  30. </info>