blob: 31fc4fe8e5f632846b821e02c4870cd00f702a73 (
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.2.0</version>
<category>other</category>
<dependencies>
<nextcloud min-version="14" max-version="14" />
</dependencies>
<default_enable/>
<types>
<authentication/>
</types>
</info>
|