server/apps/federation/appinfo/info.xml
Lukas Reschke bc1008ac38
Use 11.0 instead 9.2
As discussed we're changing the version from 9.2 to 11.0 to make some more sense.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-15 14:45:58 +01:00

30 lines
824 B
XML

<?xml version="1.0"?>
<info>
<id>federation</id>
<name>Federation</name>
<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>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<version>1.1.1</version>
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
<nextcloud min-version="11" max-version="11" />
</dependencies>
<default_enable/>
<types>
<authentication/>
</types>
<background-jobs>
<job>OCA\Federation\SyncJob</job>
</background-jobs>
<settings>
<admin>OCA\Federation\Settings\Admin</admin>
</settings>
<commands>
<command>OCA\Federation\Command\SyncFederationAddressBooks</command>
</commands>
</info>