-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.xml
27 lines (27 loc) · 895 Bytes
/
module.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
<?xml version="1.0" encoding="ISO-8859-1"?>
<module version="2.0">
<name lang="en">XMPP Chat</name>
<description lang="en">XMPP-based chat for ATutor.</description>
<maintainers>
<maintainer>
<name>ATutor Team</name>
<email>[email protected]</email>
</maintainer>
<maintainer>
<name>Casian Olga</name>
<email>[email protected]</email>
</maintainer>
</maintainers>
<url>https://github.com/dae-eklen/chat_new</url>
<license>GPL</license>
<release>
<version>2.0</version>
<privileges>
<instructor_privilege>create</instructor_privilege>
<admin_privilege></admin_privilege>
</privileges>
<date>2014-02-23</date>
<state>Stable version for ATutor 2.1.1 and later.</state>
<notes>This is an extra module.</notes>
</release>
</module>