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 792B

12345678910111213141516171819202122
  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.12.0</version>
  9. <licence>agpl</licence>
  10. <author>Bjoern Schiessle</author>
  11. <namespace>LookupServerConnector</namespace>
  12. <default_enable/>
  13. <types>
  14. <authentication/>
  15. </types>
  16. <category>integration</category>
  17. <category>social</category>
  18. <bugs>https://github.com/nextcloud/server/issues</bugs>
  19. <dependencies>
  20. <nextcloud min-version="24" max-version="24"/>
  21. </dependencies>
  22. </info>