tigase.xmpp.impl
public class InvisibleCommand extends XMPPProcessor implements XMPPProcessorIfc, XMPPPreprocessorIfc
http://xmpp.org/extensions/xep-0186.html
Modifier and Type | Field and Description |
---|---|
protected RosterAbstract |
roster_util
Field description
|
ALL_NAMES, ALL_PATHS
CLIENT_XMLNS
Constructor and Description |
---|
InvisibleCommand() |
Modifier and Type | Method and Description |
---|---|
protected RosterAbstract |
getRosterUtil()
Method description
|
String |
id()
Method description
|
boolean |
preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description
|
void |
process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description
|
String[][] |
supElementNamePaths()
Method description
|
String[] |
supNamespaces()
Method description
|
canHandle, compareTo, concurrentQueuesNo, concurrentThreadsPerQueue, getInstance, getStatistics, init, isSupporting, supDiscoFeatures, supElements, supStreamFeatures, supTypes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canHandle, concurrentQueuesNo, concurrentThreadsPerQueue, getStatistics, init, isSupporting, supDiscoFeatures, supElements, supStreamFeatures, supTypes
compareTo
protected RosterAbstract roster_util
public String id()
id
in interface XMPPImplIfc
public String[][] supElementNamePaths()
supElementNamePaths
in interface XMPPImplIfc
supElementNamePaths
in class XMPPProcessor
public String[] supNamespaces()
supNamespaces
in interface XMPPImplIfc
supNamespaces
in class XMPPProcessor
protected RosterAbstract getRosterUtil()
public void process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results, Map<String,Object> settings)
process
in interface XMPPProcessorIfc
packet
- session
- repo
- results
- settings
- public boolean preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results, Map<String,Object> settings)
preProcess
in interface XMPPPreprocessorIfc
packet
- session
- repo
- results
- settings
- Copyright © 2013 Tigase. All rights reserved.