<?xml version="1.0" encoding="UTF-8"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
   <id>ojsxc</id>
   <name>JavaScript XMPP Chat</name>
   <summary>Facebook-like chat</summary>
   <description><![CDATA[**💬 Facebook-like chat for Nextcloud**

* **🌎 XMPP based** federated chat protocol
* **🤝 Groups** multi-user conversation
* **🛩️ File transfer** send and receive files
* **📺 Video calls** without plugins
* **🔔 Notifications** don't miss a single message
* **🔐 End-to-End encryption** protect your messages

*This app works best with a external XMPP server.*
    ]]></description>
   <version>5.0.0</version>
   <licence>agpl</licence>
   <author mail="klaus@jsxc.org">Klaus Herberth</author>
   <author>Tobia De Koninck</author>
   <namespace>OJSXC</namespace>

   <types>
      <prelogin/>
   </types>

   <documentation>
      <user>https://www.jsxc.org/manual.html</user>
      <admin>https://github.com/jsxc/jsxc/wiki/Install-ojsxc-(owncloud)</admin>
      <developer>https://github.com/jsxc/jsxc/wiki/Contributor-Guide</developer>
   </documentation>

   <category>social</category>

   <website>https://www.jsxc.org</website>
   <bugs>http://github.com/jsxc/jsxc/issues</bugs>
   <repository type="git">https://github.com/jsxc/jsxc.nextcloud.git</repository>
   <screenshot>https://www.jsxc.org/assets/screenshot-nextcloud-latest.png</screenshot>

   <dependencies>
      <php min-version="7" max-version="8"/>
      <database>sqlite</database>
      <database>mysql</database>
      <database>pgsql</database>
      <lib min-version="2.6.20">libxml</lib>
      <lib>xmlreader</lib>
      <lib>xmlwriter</lib>
      <lib>dom</lib>
      <nextcloud min-version="22" max-version="23"/>
   </dependencies>

   <repair-steps>
      <post-migration>
         <step>OCA\OJSXC\Migration\MigrateConfig</step>
      </post-migration>
      <install>
         <step>OCA\OJSXC\Migration\InitApiSecret</step>
      </install>
   </repair-steps>

   <settings>
      <admin>OCA\OJSXC\Settings\Admin</admin>
      <admin-section>OCA\OJSXC\Settings\Section</admin-section>
      <personal>OCA\OJSXC\Settings\Personal</personal>
      <personal-section>OCA\OJSXC\Settings\Section</personal-section>
   </settings>

   <contactsmenu>
      <provider>OCA\OJSXC\ContactsMenu\Providers\ChatProvider</provider>
   </contactsmenu>

</info>
