nextcloud/apps/federation/appinfo/info.xml

27 lines
728 B
XML
Raw Normal View History

<?xml version="1.0"?>
<info>
2016-03-04 19:38:51 +03:00
<id>federation</id>
<name>Federation</name>
2016-06-20 11:17:12 +03:00
<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>
2016-03-04 19:38:51 +03:00
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
2016-08-11 19:53:45 +03:00
<version>1.1.1</version>
2016-03-04 19:38:51 +03:00
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
2016-07-22 15:46:52 +03:00
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
2016-03-04 19:38:51 +03:00
<default_enable/>
<types>
<authentication/>
</types>
<background-jobs>
<job>OCA\Federation\SyncJob</job>
</background-jobs>
2016-08-11 19:53:45 +03:00
<settings>
<admin>OCA\Federation\Settings\Admin</admin>
</settings>
</info>