public class IQMUCSearchHandler extends Object
| Constructor and Description |
|---|
IQMUCSearchHandler(MultiUserChatService mucService)
Creates a new instance of the search provider.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getFirstValue(org.xmpp.forms.FormField formField)
Deprecated.
replaced by
FormField.getFirstValue() |
org.xmpp.packet.IQ |
handleIQ(org.xmpp.packet.IQ iq)
Constructs an answer on a IQ stanza that contains a search request.
|
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.@Deprecated public static String getFirstValue(org.xmpp.forms.FormField formField)
FormField.getFirstValue()formField - The field from which to return the first value.Copyright © 2003-2008 Jive Software.