You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 773B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>lookup_server_connector</id>
  5. <name>Lookup Server Connector</name>
  6. <summary>Sync public user information with the lookup server</summary>
  7. <description>Sync public user information with the lookup server</description>
  8. <version>1.14.0</version>
  9. <licence>agpl</licence>
  10. <author>Bjoern Schiessle</author>
  11. <namespace>LookupServerConnector</namespace>
  12. <types>
  13. <authentication/>
  14. </types>
  15. <category>integration</category>
  16. <category>social</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="26" max-version="26"/>
  20. </dependencies>
  21. </info>