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: f081dd9243840197e1ae9107bdd5954c76004221 (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
<?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.2.0-beta.3</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>
      <nextcloud min-version="12" max-version="12"/>
   </dependencies>

   <ocsid>162257</ocsid>

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

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