info.xml 910 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>lookup_server_connector</id>
  9. <name>Lookup Server Connector</name>
  10. <summary>Sync public account information with the lookup server</summary>
  11. <description>Sync public account information with the lookup server</description>
  12. <version>1.18.0</version>
  13. <licence>agpl</licence>
  14. <author>Bjoern Schiessle</author>
  15. <namespace>LookupServerConnector</namespace>
  16. <types>
  17. <authentication/>
  18. </types>
  19. <category>integration</category>
  20. <category>social</category>
  21. <bugs>https://github.com/nextcloud/server/issues</bugs>
  22. <dependencies>
  23. <nextcloud min-version="30" max-version="30"/>
  24. </dependencies>
  25. </info>