tigase.xmpp.impl
Class CAPS
java.lang.Object
tigase.xmpp.XMPPProcessor
tigase.xmpp.impl.CAPS
- All Implemented Interfaces:
- Comparable<XMPPImplIfc>, XMPPImplIfc, XMPPProcessorIfc
public class CAPS
- extends XMPPProcessor
- implements XMPPProcessorIfc
- Author:
- andrzej
|
Constructor Summary |
CAPS()
|
| Methods inherited from class tigase.xmpp.XMPPProcessor |
canHandle, compareTo, concurrentQueuesNo, concurrentThreadsPerQueue, getInstance, getStatistics, init, isSupporting, supDiscoFeatures, supElements, supStreamFeatures, supTypes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAPS
public CAPS()
id
public String id()
- Method description
- Specified by:
id in interface XMPPImplIfc
- Returns:
supElementNamePaths
public String[][] supElementNamePaths()
- Method description
- Specified by:
supElementNamePaths in interface XMPPImplIfc- Overrides:
supElementNamePaths in class XMPPProcessor
- Returns:
supNamespaces
public String[] supNamespaces()
- Method description
- Specified by:
supNamespaces in interface XMPPImplIfc- Overrides:
supNamespaces in class XMPPProcessor
- Returns:
process
public void process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
throws XMPPException
- Method description
- Specified by:
process in interface XMPPProcessorIfc
- Parameters:
packet - session - repo - results - settings -
- Throws:
XMPPException
getJidsWithFeature
public static Set<tigase.xmpp.JID> getJidsWithFeature(XMPPResourceConnection session,
String feature)
- Method description
- Parameters:
session - feature -
- Returns:
Copyright © 2013 Tigase. All rights reserved.