tigase.xmpp.impl
Class JabberIqStats
java.lang.Object
tigase.xmpp.XMPPProcessor
tigase.xmpp.impl.JabberIqStats
- All Implemented Interfaces:
- Comparable<XMPPImplIfc>, XMPPImplIfc, XMPPProcessorIfc
public class JabberIqStats
- extends XMPPProcessor
- implements XMPPProcessorIfc
XEP-0039: Statistics Gathering.
http://www.xmpp.org/extensions/xep-0039.html
Created: Sat Mar 25 06:45:00 2006
- Version:
- $Rev$
- Author:
- Artur Hefczyc
| Methods inherited from class tigase.xmpp.XMPPProcessor |
canHandle, compareTo, concurrentQueuesNo, concurrentThreadsPerQueue, getInstance, getStatistics, init, isSupporting, supElements, supStreamFeatures, supTypes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JabberIqStats
public JabberIqStats()
id
public String id()
- Method description
- Specified by:
id in interface XMPPImplIfc
- 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
supDiscoFeatures
public tigase.xml.Element[] supDiscoFeatures(XMPPResourceConnection session)
- Method description
- Specified by:
supDiscoFeatures in interface XMPPImplIfc- Overrides:
supDiscoFeatures in class XMPPProcessor
- Parameters:
session -
- 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:
Copyright © 2013 Tigase. All rights reserved.