|
Revision 1490, 1.1 kB
(checked in by Torben Brodt, 21 months ago)
|
|
start development of xmpp integration
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> |
|---|
| 3 | <package name="de.easy-coding.wcf.xmpp"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>XMPP Integration</packagename> |
|---|
| 6 | <packagedescription>Includes a JavaScript-based multi-user chat client for xmpp/jabber.</packagedescription> |
|---|
| 7 | <version>0.2.0</version> |
|---|
| 8 | <date>DATE</date> |
|---|
| 9 | <plugin>com.woltlab.wcf</plugin> |
|---|
| 10 | <isunique>1</isunique> |
|---|
| 11 | </packageinformation> |
|---|
| 12 | |
|---|
| 13 | <authorinformation> |
|---|
| 14 | <author>Torben Brodt</author> |
|---|
| 15 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 16 | </authorinformation> |
|---|
| 17 | |
|---|
| 18 | <requiredpackages> |
|---|
| 19 | <requiredpackage minversion="1.1.0 Beta 1">com.woltlab.wcf</requiredpackage> |
|---|
| 20 | </requiredpackages> |
|---|
| 21 | |
|---|
| 22 | <instructions type="install"> |
|---|
| 23 | <!-- files --> |
|---|
| 24 | <files>files.tar</files> |
|---|
| 25 | <templates>templates.tar</templates> |
|---|
| 26 | |
|---|
| 27 | <!-- config --> |
|---|
| 28 | <options>options.xml</options> |
|---|
| 29 | <pagemenu>pagemenu.xml</pagemenu> |
|---|
| 30 | |
|---|
| 31 | <!-- languages --> |
|---|
| 32 | <languages languagecode="de">de.xml</languages> |
|---|
| 33 | <languages languagecode="en">en.xml</languages> |
|---|
| 34 | </instructions> |
|---|
| 35 | |
|---|
| 36 | <instructions type="update" fromversion="0.1.0"> |
|---|
| 37 | <files>files.tar</files> |
|---|
| 38 | </instructions> |
|---|
| 39 | </package> |
|---|