Commit 5f48d6c0 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Intergation day...untested code.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6135 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1cbff267
......@@ -175,6 +175,8 @@ public class PacketNotificator implements PacketInterceptor, ComponentEventListe
childElement.addAttribute("processed", subscription.isProcessed() ? "true" : "false");
childElement.addAttribute("date", dateFormat.format(interceptedPacket.getCreationDate()));
childElement.add(interceptedPacket.getElement().createCopy());
// Sent message notification to subscribed component
subscription.getComponent().processPacket(message);
}
catch (Exception e) {
Log.error(LocaleUtils.getLocalizedString("admin.error"), e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment