2018-04-30 10:29:56 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
2020-05-07 04:29:04 -04:00
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
|
|
|
<id>cloud_federation_api</id>
|
|
|
|
|
<name>Cloud Federation API</name>
|
|
|
|
|
<summary>Enable clouds to communicate with each other and exchange data</summary>
|
|
|
|
|
<description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
|
2023-11-23 03:34:05 -05:00
|
|
|
<version>1.12.0</version>
|
2020-05-07 04:29:04 -04:00
|
|
|
<licence>agpl</licence>
|
|
|
|
|
<author>Bjoern Schiessle</author>
|
|
|
|
|
<namespace>CloudFederationAPI</namespace>
|
|
|
|
|
<types>
|
|
|
|
|
<filesystem/>
|
|
|
|
|
</types>
|
2023-10-12 06:25:16 -04:00
|
|
|
<category>integration</category>
|
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
2020-05-07 04:29:04 -04:00
|
|
|
<dependencies>
|
2023-11-23 03:34:05 -05:00
|
|
|
<nextcloud min-version="29" max-version="29"/>
|
2020-05-07 04:29:04 -04:00
|
|
|
</dependencies>
|
2018-04-30 10:29:56 -04:00
|
|
|
</info>
|