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>
2016-06-20 08:17:12 +00: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 16:38:51 +00:00
<licence > AGPL</licence>
<author > Bjoern Schiessle</author>
2016-08-11 16:53:45 +00:00
<version > 1.1.1</version>
2016-03-04 16:38:51 +00:00
<namespace > Federation</namespace>
<category > other</category>
2016-01-07 14:11:49 +00:00
<dependencies >
2016-07-22 12:46:52 +00:00
<owncloud min-version= "9.2" max-version= "9.2" />
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>
2016-08-11 16:53:45 +00:00
<settings >
<admin > OCA\Federation\Settings\Admin</admin>
</settings>
2015-10-29 16:27:14 +00:00
</info>