nextcloud/apps/lookup_server_connector/appinfo/info.xml

19 lines
490 B
XML

<?xml version="1.0"?>
<info>
<id>lookup_server_connector</id>
<name>Lookup Server Connector</name>
<description>Sync public user information with the lookup server</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<namespace>LookupServerConnector</namespace>
<version>1.1.0</version>
<category>other</category>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
<default_enable/>
<types>
<authentication/>
</types>
</info>