1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Tims-Chat/objectType.xml
max-m 0241bb50c9 Fixed installation process for now
timeInterval to integer is just a temporary change
2013-01-25 22:37:22 +01:00

21 lines
1007 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/object-type.xsd">
<import>
<type>
<name>be.bastelstu.chat.room</name>
<definitionname>com.woltlab.wcf.acl</definitionname>
</type>
<type>
<name>be.bastelstu.chat.activityPointEvent.join</name>
<definitionname>com.woltlab.wcf.user.activityPointEvent</definitionname>
<points>0</points>
<classname>wcf\system\user\activity\point\DefaultUserActivityPointObjectProcessor</classname><!-- We are unable to recalc those points -->
</type>
<type>
<name>be.bastelstu.chat.activityPointEvent.message</name>
<definitionname>com.woltlab.wcf.user.activityPointEvent</definitionname>
<points>0</points>
<classname>wcf\system\user\activity\point\DefaultUserActivityPointObjectProcessor</classname><!-- We are unable to recalc those points -->
</type>
</import>
</data>