Interface AdHocCommandModule.ScriptCommandProcessor

All Known Implementing Classes:
ComponenScriptCommandProcessor
Enclosing class:
AdHocCommandModule

public static interface AdHocCommandModule.ScriptCommandProcessor
  • Method Details

    • getScriptItems

      List<tigase.xml.Element> getScriptItems(String node, tigase.xmpp.jid.JID jid, tigase.xmpp.jid.JID from)
    • processScriptCommand

      boolean processScriptCommand(Packet pc, Queue<Packet> results)
    • isAllowed

      boolean isAllowed(String node, tigase.xmpp.jid.JID from)
    • isAllowed

      boolean isAllowed(String node, String domain, tigase.xmpp.jid.JID from)