-
Notifications
You must be signed in to change notification settings - Fork 57
/
catalog.json
37 lines (36 loc) · 1.56 KB
/
catalog.json
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
[
{
"id": "exo-chat",
"version": "1.6.x-SNAPSHOT",
"unstable": true,
"name": "eXo Chat",
"description": "Add instant messaging capabilities to your eXo Platform intranet",
"sourceUrl": "https://github.com/exo-addons/chat-application",
"documentationUrl": "http://community.exoplatform.com/portal/intranet/addon-detail?content-id=/repository/collaboration/sites/intranet/web%20contents/Contributions/chat-application",
"downloadUrl": "file:///etc/exo/exo-chat-embedded.zip",
"vendor": "eXo",
"license": "LGPLv3",
"licenseUrl": "https://www.gnu.org/licenses/lgpl-3.0.txt",
"mustAcceptLicense": false,
"supportedDistributions": "community,enterprise",
"supportedApplicationServers": "tomcat,jboss",
"compatibility": "[4.3.0,)"
},
{
"id": "exo-chat-client",
"version": "1.6.x-SNAPSHOT",
"unstable": true,
"name": "eXo Chat",
"description": "Add instant messaging capabilities to your eXo Platform intranet",
"sourceUrl": "https://github.com/exo-addons/chat-application",
"documentationUrl": "http://community.exoplatform.com/portal/intranet/addon-detail?content-id=/repository/collaboration/sites/intranet/web%20contents/Contributions/chat-application",
"downloadUrl": "file:///srv/exo-chat-standalone-client.zip",
"vendor": "eXo",
"license": "LGPLv3",
"licenseUrl": "https://www.gnu.org/licenses/lgpl-3.0.txt",
"mustAcceptLicense": false,
"supportedDistributions": "community,enterprise",
"supportedApplicationServers": "tomcat,jboss",
"compatibility": "[4.3.0,)"
}
]