|
Openfire 3.7.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
public class IQMUCSearchHandler
This class adds jabber:iq:search combined with 'result set management' functionality to the MUC service of Openfire.
Constructor Summary | |
---|---|
IQMUCSearchHandler(MultiUserChatService mucService)
Creates a new instance of the search provider. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IQMUCSearchHandler(MultiUserChatService mucService)
mucService
- The server for which to return search results.Method Detail |
---|
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.
|
Openfire 3.7.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |