tools/server/resources/notifications/logging/subscription.xml in cpee-2.0.5 vs tools/server/resources/notifications/logging/subscription.xml in cpee-2.0.6
- old
+ new
@@ -1,7 +1,19 @@
-<subscription xmlns="http://riddl.org/ns/common-patterns/notifications-producer/1.0" url="http://localhost:9300/log">
+<subscription xmlns="http://riddl.org/ns/common-patterns/notifications-producer/2.0" url="http://localhost:9299/">
<topic id="activity">
<event>calling</event>
<event>receiving</event>
<event>done</event>
+ </topic>
+ <topic id="dataelements">
+ <event>change</event>
+ </topic>
+ <topic id="endpoints">
+ <event>change</event>
+ </topic>
+ <topic id="attributes">
+ <event>change</event>
+ </topic>
+ <topic id="task">
+ <event>instantiation</event>
</topic>
</subscription>