2015-10-29 16:27:14 +00:00
<?xml version="1.0"?>
<info >
2016-03-04 16:38:51 +00:00
<id > federation</id>
<name > Federation</name>
<description > ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
<licence > AGPL</licence>
<author > Bjoern Schiessle</author>
<version > 0.1.0</version>
<namespace > Federation</namespace>
<category > other</category>
2016-01-07 14:11:49 +00:00
<dependencies >
2016-03-02 06:18:36 +00:00
<owncloud min-version= "9.1" max-version= "9.1" />
2016-01-07 14:11:49 +00:00
</dependencies>
2016-03-04 16:38:51 +00:00
<default_enable />
<types >
<authentication />
</types>
2016-05-12 08:43:43 +00:00
<background-jobs >
<job > OCA\Federation\SyncJob</job>
</background-jobs>
2015-10-29 16:27:14 +00:00
</info>