Please disable Adblockers and enable JavaScript for domain CEWebS.cs.univie.ac.at! We have NO ADS, but they may interfere with some of our course material.

Name: topics.xml 
1:
<!--
2:
  This file is part of CPEE.
3:
 
4:
  CPEE is free software: you can redistribute it and/or modify it under the terms
5:
  of the GNU General Public License as published by the Free Software Foundation,
6:
  either version 3 of the License, or (at your option) any later version.
7:
 
8:
  CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
9:
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10:
  PARTICULAR PURPOSE.  See the GNU General Public License for more details.
11:
 
12:
  You should have received a copy of the GNU General Public License along with
13:
  CPEE (file COPYING in the main directory).  If not, see
14:
  <http://www.gnu.org/licenses/>.
15:
-->
16:
 
17:
<topics xmlns='http://riddl.org/ns/common-patterns/notifications-producer/1.0'>
18:
  <topic id='user'>
19:
    <event>take</event>
20:
    <event>giveback</event>
21:
    <event>finish</event>
22:
  </topic>
23:
  <topic id='task'>
24:
    <event>invalid</event>
25:
    <event>delete</event>
26:
    <event>add</event>
27:
    <vote>add</vote>
28:
  </topic>
29:
</topics>