summaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector/appinfo/info.xml
blob: 7bada73bbbb0cd6e35859d727f6d28e612b5d567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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.0.0</version>
	<category>other</category>
	<dependencies>
		<nextcloud min-version="12.0" max-version="12.0" />
	</dependencies>
	<default_enable/>
	<types>
		<authentication/>
	</types>
</info>