Updated XSD files
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / userNotificationEvent.xml
CommitLineData
320f4a6d 1<?xml version="1.0" encoding="UTF-8"?>
f08ff153 2<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/vortex/userNotificationEvent.xsd">
320f4a6d
MW
3 <import>
4 <event>
5 <name>following</name>
6 <objecttype>com.woltlab.wcf.user.follow</objecttype>
18290128 7 <classname>wcf\system\user\notification\event\UserFollowFollowingUserNotificationEvent</classname>
320f4a6d 8 </event>
285b1d92
MW
9
10 <event>
11 <name>comment</name>
12 <objecttype>com.woltlab.wcf.user.profileComment.notification</objecttype>
18290128 13 <classname>wcf\system\user\notification\event\UserProfileCommentUserNotificationEvent</classname>
285b1d92 14 <preset>1</preset>
e283a21c 15 <options>module_user_profile_wall</options>
285b1d92
MW
16 </event>
17 <event>
18 <name>commentResponse</name>
19 <objecttype>com.woltlab.wcf.user.profileComment.response.notification</objecttype>
18290128 20 <classname>wcf\system\user\notification\event\UserProfileCommentResponseUserNotificationEvent</classname>
285b1d92 21 <preset>1</preset>
e283a21c 22 <options>module_user_profile_wall</options>
285b1d92
MW
23 </event>
24 <event>
25 <name>commentResponseOwner</name>
26 <objecttype>com.woltlab.wcf.user.profileComment.response.notification</objecttype>
18290128 27 <classname>wcf\system\user\notification\event\UserProfileCommentResponseOwnerUserNotificationEvent</classname>
285b1d92 28 <preset>1</preset>
e283a21c 29 <options>module_user_profile_wall</options>
285b1d92 30 </event>
0a7954c1
AE
31
32 <event>
33 <name>like</name>
34 <objecttype>com.woltlab.wcf.user.profileComment.like.notification</objecttype>
18290128 35 <classname>wcf\system\user\notification\event\UserProfileCommentLikeUserNotificationEvent</classname>
0a7954c1 36 <preset>1</preset>
7eb7a6c4 37 <options>module_like</options>
0a7954c1
AE
38 </event>
39 <event>
40 <name>like</name>
42fe4953 41 <objecttype>com.woltlab.wcf.user.profileComment.response.like.notification</objecttype>
18290128 42 <classname>wcf\system\user\notification\event\UserProfileCommentResponseLikeUserNotificationEvent</classname>
0a7954c1 43 <preset>1</preset>
7eb7a6c4 44 <options>module_like</options>
0a7954c1 45 </event>
ce207cd8
MS
46
47 <event>
48 <name>comment</name>
49 <objecttype>com.woltlab.wcf.moderation.queue.notification</objecttype>
18290128 50 <classname>wcf\system\user\notification\event\ModerationQueueCommentUserNotificationEvent</classname>
ce207cd8
MS
51 <preset>1</preset>
52 <permissions>mod.general.canUseModeration</permissions>
53 </event>
54 <event>
55 <name>commentResponse</name>
56 <objecttype>com.woltlab.wcf.moderation.queue.response.notification</objecttype>
18290128 57 <classname>wcf\system\user\notification\event\ModerationQueueCommentResponseUserNotificationEvent</classname>
ce207cd8
MS
58 <preset>1</preset>
59 <permissions>mod.general.canUseModeration</permissions>
60 </event>
320f4a6d
MW
61 </import>
62</data>