Class UserPresenceCmd

java.lang.Object
tigase.cluster.api.CommandListenerAbstract
All Implemented Interfaces:
Comparable<tigase.cluster.api.CommandListener>, tigase.cluster.api.CommandListener

public class UserPresenceCmd extends TrafficSyncCmdAbstract
Author:
kobit
  • Constructor Details

  • Method Details

    • updatePresence

      protected static void updatePresence(OnlineUsersCachingStrategy strategy, ConnectionRecordExt rec, tigase.xmpp.jid.JID fromNode, Set<tigase.xmpp.jid.JID> visitedNodes, Map<String,String> data, Queue<tigase.xml.Element> packets)
    • executeCommand

      public void executeCommand(tigase.xmpp.jid.JID fromNode, Set<tigase.xmpp.jid.JID> visitedNodes, Map<String,String> data, Queue<tigase.xml.Element> packets) throws tigase.cluster.api.ClusterCommandException
      Throws:
      tigase.cluster.api.ClusterCommandException