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

info.xml « appinfo « build - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb5d21dcc69e244f3e6cbcaf428ceb7a772d8360 (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
<?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.3.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="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="10" max-version="13"/>
   </dependencies>

   <ocsid>162257</ocsid>

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

   <repair-steps>
      <install>
         <step>OCA\OJSXC\Migration\RefreshRoster</step>
      </install>
   </repair-steps>

</info>