Openfire 3.5.0.rc1 Javadoc

org.jivesoftware.openfire.muc.spi
Class IQMUCSearchHandler

java.lang.Object
  extended by org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler

public class IQMUCSearchHandler
extends Object

This class adds jabber:iq:search combined with 'result set management' functionality to the MUC service of Openfire.

Author:
Guus der Kinderen - Nimbuzz B.V. , Giancarlo Frison - Nimbuzz B.V.

Constructor Summary
IQMUCSearchHandler(MultiUserChatServer mucServer)
          Creates a new instance of the search provider.
 
Method Summary
static String getFirstValue(FormField formField)
          Returns the first value from the FormField, or 'null' if no value has been set.
 IQ handleIQ(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

IQMUCSearchHandler

public IQMUCSearchHandler(MultiUserChatServer mucServer)
Creates a new instance of the search provider.

Parameters:
mucServer - The server for which to return search results.
Method Detail

handleIQ

public IQ handleIQ(IQ iq)
Constructs an answer on a IQ stanza that contains a search request. The answer will be an IQ stanza of type 'result' or 'error'.

Parameters:
iq - The IQ stanza that is the search request.
Returns:
An answer to the provided request.

getFirstValue

public static String getFirstValue(FormField formField)
Returns the first value from the FormField, or 'null' if no value has been set.

Parameters:
formField - The field from which to return the first value.
Returns:
String based value, or 'null' if the FormField has no values.

Openfire 3.5.0.rc1 Javadoc

Copyright © 2003-2007 Jive Software.