-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
executable file
·28 lines (28 loc) · 932 Bytes
/
manifest.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>XMPP Client based on Converse.js by Hermand Pessek</name>
<id>pessek_chat</id>
<version>2.0</version>
<category>chat</category>
<author>Puewe Pessek Hermand Fulbert</author>
<website>https://www.linkedin.com/in/puewe-pessek/</website>
<copyright>2020 (c) Puewe Pessek Hermand Fulbert</copyright>
<license>GNU Public License version 2</license>
<description>This plugin allow elgg user to use XMMP server for chat.</description>
<requires>
<type>elgg_release</type>
<version>3.0</version>
</requires>
<requires>
<type>php_extension</type>
<name>xsl</name>
</requires>
<requires>
<type>php_extension</type>
<name>xml</name>
</requires>
<requires>
<type>php_extension</type>
<name>xmlrpc</name>
</requires>
</plugin_manifest>