2016-11-17 14:14:13 +03:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 18:04:45 +03:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2016-11-17 14:14:13 +03:00
|
|
|
<id>lookup_server_connector</id>
|
|
|
|
<name>Lookup Server Connector</name>
|
2018-02-07 18:04:45 +03:00
|
|
|
<summary>Sync public user information with the lookup server</summary>
|
2016-11-17 14:14:13 +03:00
|
|
|
<description>Sync public user information with the lookup server</description>
|
2018-11-23 12:28:40 +03:00
|
|
|
<version>1.4.0</version>
|
2018-02-07 18:04:45 +03:00
|
|
|
<licence>agpl</licence>
|
2016-11-17 14:14:13 +03:00
|
|
|
<author>Bjoern Schiessle</author>
|
|
|
|
<namespace>LookupServerConnector</namespace>
|
|
|
|
<default_enable/>
|
|
|
|
<types>
|
|
|
|
<authentication/>
|
|
|
|
</types>
|
2018-02-07 18:04:45 +03:00
|
|
|
<category>integration</category>
|
|
|
|
<category>social</category>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
<dependencies>
|
2018-11-23 12:28:40 +03:00
|
|
|
<nextcloud min-version="16" max-version="16"/>
|
2018-02-07 18:04:45 +03:00
|
|
|
</dependencies>
|
2016-11-17 14:14:13 +03:00
|
|
|
</info>
|