tigase.xmpp.impl
public class MessageAll extends XMPPProcessor implements XMPPProcessorIfc
Message forwarder class. This implementation forwards
messages to all connected resources.
When a message 'from' the user is being processed, the plugin forwards
the message to the destination address and also sends the message to all other connected
resources.ALL_NAMES, ALL_PATHSCLIENT_XMLNS| Constructor and Description |
|---|
MessageAll() |
| Modifier and Type | Method and 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 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 String[][] supElementNamePaths()
supElementNamePaths in interface XMPPImplIfcsupElementNamePaths in class XMPPProcessorpublic String[] supNamespaces()
supNamespaces in interface XMPPImplIfcsupNamespaces in class XMPPProcessorCopyright © 2013 Tigase. All rights reserved.