info.xml 935 B

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>cloud_federation_api</id>
  9. <name>Cloud Federation API</name>
  10. <summary>Enable clouds to communicate with each other and exchange data</summary>
  11. <description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
  12. <version>1.14.0</version>
  13. <licence>agpl</licence>
  14. <author>Bjoern Schiessle</author>
  15. <namespace>CloudFederationAPI</namespace>
  16. <types>
  17. <filesystem/>
  18. </types>
  19. <category>integration</category>
  20. <bugs>https://github.com/nextcloud/server/issues</bugs>
  21. <dependencies>
  22. <nextcloud min-version="31" max-version="31"/>
  23. </dependencies>
  24. </info>