public class IQMUCSearchHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JABBER_IQ_SEARCH |
static String |
NUM_MAX_USERS |
static String |
NUM_USERS |
static String |
SUBJECT |
| Constructor and Description |
|---|
IQMUCSearchHandler(MultiUserChatService mucService)
Creates a new instance of the search provider.
|
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.IQ |
handleIQ(org.xmpp.packet.IQ iq)
Constructs an answer on a IQ stanza that contains a search request.
|
public static final String JABBER_IQ_SEARCH
public static final String SUBJECT
public static final String NUM_USERS
public static final String NUM_MAX_USERS
public IQMUCSearchHandler(MultiUserChatService mucService)
mucService - The server for which to return search results.public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ iq)
iq - The IQ stanza that is the search request.Copyright © 2003–2020 Ignite Realtime. All rights reserved.