#include <search.h>
Inherits IqHandler.
Inheritance diagram for Search:


Public Member Functions | |
| Search (ClientBase *parent) | |
| ~Search () | |
| void | fetchSearchFields (const JID &directory, SearchHandler *sh) |
| void | search (const JID &directory, const DataForm &form, SearchHandler *sh) |
| void | search (const JID &directory, int fields, const SearchFieldStruct &values, SearchHandler *sh) |
| virtual bool | handleIq (Stanza *stanza) |
| virtual bool | handleIqID (Stanza *stanza, int context) |
To perform a search in a directory (e.g., a User Directory):
Definition at line 47 of file search.h.
|
|
Creates a new Search object.
Definition at line 23 of file search.cpp. |
|
|
Virtual Destructor. Definition at line 28 of file search.cpp. |
|
||||||||||||
|
Use this function to check which fields the directory supports.
Definition at line 33 of file search.cpp. |
|
|
Reimplement this function if you want to be notified about incoming IQs.
Implements IqHandler. |
|
||||||||||||
|
Reimplement this function if you want to be notified about incoming IQs with a specific value of the
Implements IqHandler. Definition at line 100 of file search.cpp. |
|
||||||||||||||||||||
|
Initiates a search on the given directory, with the given phrases. The given SearchHandler is notified about the results.
Definition at line 72 of file search.cpp. |
|
||||||||||||||||
|
Initiates a search on the given directory, with the given data form. The given SearchHandler is notified about the results.
Definition at line 52 of file search.cpp. |
1.4.1