Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml ÂĢ appinfo - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 437db49e01cf93402dc96bea7010e5f238df6f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?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>4.1.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="7"/>
      <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="16" max-version="19"/>
   </dependencies>

   <repair-steps>
      <post-migration>
         <step>OCA\OJSXC\Migration\MigrateConfig</step>
      </post-migration>
      <install>
         <step>OCA\OJSXC\Migration\RefreshRoster</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>