info.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
  5. - SPDX-License-Identifier: AGPL-3.0-only
  6. -->
  7. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  9. <id>federation</id>
  10. <name>Federation</name>
  11. <summary>Federation allows you to connect with other trusted servers to exchange the account directory.</summary>
  12. <description>Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing.</description>
  13. <version>1.21.0</version>
  14. <licence>agpl</licence>
  15. <author>Bjoern Schiessle</author>
  16. <namespace>Federation</namespace>
  17. <types>
  18. <authentication/>
  19. </types>
  20. <category>social</category>
  21. <bugs>https://github.com/nextcloud/server/issues</bugs>
  22. <dependencies>
  23. <nextcloud min-version="31" max-version="31"/>
  24. </dependencies>
  25. <background-jobs>
  26. <job>OCA\Federation\SyncJob</job>
  27. </background-jobs>
  28. <commands>
  29. <command>OCA\Federation\Command\SyncFederationAddressBooks</command>
  30. </commands>
  31. <settings>
  32. <admin>OCA\Federation\Settings\Admin</admin>
  33. </settings>
  34. </info>