Commit 38ff509c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Renamed PacketNotificator to PacketCopier.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6143 b35dd754-fafc-0310-a699-88a17e54d16e
parent 52744b0e
...@@ -14,7 +14,7 @@ import org.dom4j.Element; ...@@ -14,7 +14,7 @@ import org.dom4j.Element;
import org.jivesoftware.wildfire.commands.AdHocCommand; import org.jivesoftware.wildfire.commands.AdHocCommand;
import org.jivesoftware.wildfire.commands.SessionData; import org.jivesoftware.wildfire.commands.SessionData;
import org.jivesoftware.wildfire.component.InternalComponentManager; import org.jivesoftware.wildfire.component.InternalComponentManager;
import org.jivesoftware.wildfire.interceptor.PacketNotificator; import org.jivesoftware.wildfire.interceptor.PacketCopier;
import org.xmpp.component.Component; import org.xmpp.component.Component;
import org.xmpp.forms.DataForm; import org.xmpp.forms.DataForm;
import org.xmpp.forms.FormField; import org.xmpp.forms.FormField;
...@@ -94,7 +94,7 @@ public class PacketsNotification extends AdHocCommand { ...@@ -94,7 +94,7 @@ public class PacketsNotification extends AdHocCommand {
JID componentJID = data.getOwner(); JID componentJID = data.getOwner();
Component component = InternalComponentManager.getInstance().getComponent(componentJID); Component component = InternalComponentManager.getInstance().getComponent(componentJID);
// Create or update subscription of the component to receive packet notifications // Create or update subscription of the component to receive packet notifications
PacketNotificator.getInstance().addSubscriber(componentJID, component, iqEnabled, PacketCopier.getInstance().addSubscriber(componentJID, component, iqEnabled,
messageEnabled, presenceEnabled, incoming, processed); messageEnabled, presenceEnabled, incoming, processed);
// Inform that everything went fine // Inform that everything went fine
......
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