tigase.xmpp.impl
public class CAPS extends XMPPProcessor implements XMPPProcessorIfc
ALL_NAMES, ALL_PATHSCLIENT_XMLNS| Constructor and Description |
|---|
CAPS() |
| Modifier and Type | Method and Description |
|---|---|
static Set<tigase.xmpp.JID> |
getJidsWithFeature(XMPPResourceConnection session,
String feature)
Method description
|
String |
id()
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, supTypesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanHandle, concurrentQueuesNo, concurrentThreadsPerQueue, getStatistics, init, isSupporting, supDiscoFeatures, supElements, supStreamFeatures, supTypescompareTopublic String id()
id in interface XMPPImplIfcpublic String[][] supElementNamePaths()
supElementNamePaths in interface XMPPImplIfcsupElementNamePaths in class XMPPProcessorpublic String[] supNamespaces()
supNamespaces in interface XMPPImplIfcsupNamespaces in class XMPPProcessorpublic void process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results, Map<String,Object> settings) throws XMPPException
process in interface XMPPProcessorIfcpacket - session - repo - results - settings - XMPPExceptionpublic static Set<tigase.xmpp.JID> getJidsWithFeature(XMPPResourceConnection session, String feature)
session - feature - Copyright © 2013 Tigase. All rights reserved.