blob: 19b6587a14a19b725d97924b91faf65c02c4960e (
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.1.0</version>
<category>other</category>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
<default_enable/>
<types>
<authentication/>
</types>
</info>
|