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: faaa9b359daef02f8581b30337d287cf1f0b97f0 (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
<?xml version="1.0"?>
<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>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
   <version>3.0.2</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>tools</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-owncloud-latest.png</screenshot>

   <dependencies>
      <php min-version="5.4" 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>
      <owncloud min-version="8.0" max-version="9"/>
      <nextcloud min-version="8.0" max-version="11"/>
   </dependencies>

   <ocsid>162257</ocsid>
</info>