mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
38 lines
1.5 KiB
XML
38 lines
1.5 KiB
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/objecttype.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>
|
|
</type>
|
|
<type>
|
|
<name>be.bastelstu.chat.activityPointEvent.message</name>
|
|
<definitionname>com.woltlab.wcf.user.activityPointEvent</definitionname>
|
|
<points>0</points>
|
|
</type>
|
|
<type>
|
|
<name>be.bastelstu.chat.ChatPage</name>
|
|
<definitionname>com.woltlab.wcf.user.online.location</definitionname>
|
|
<controller>chat\page\ChatPage</controller>
|
|
<classname>chat\system\user\online\location\ChatLocation</classname>
|
|
<languagevariable>chat.user.usersOnline.location.ChatPage</languagevariable>
|
|
</type>
|
|
<type>
|
|
<name>be.bastelstu.chat.message</name>
|
|
<definitionname>com.woltlab.wcf.attachment.objectType</definitionname>
|
|
<classname>chat\system\attachment\MessageAttachmentObjectType</classname>
|
|
</type>
|
|
<type>
|
|
<name>be.bastelstu.chat.room</name>
|
|
<definitionname>com.woltlab.wcf.notification.objectType</definitionname>
|
|
<classname>chat\system\user\notification\object\type\RoomUserNotificationObjectType</classname>
|
|
<category>be.bastelstu.chat</category>
|
|
</type>
|
|
</import>
|
|
</data>
|