summaryrefslogtreecommitdiff
path: root/src/search-channel.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-08Search: clarify handling field request resultWill Thompson1-4/+6
2010-09-07Move to undrafted ContactSearch interfaceWill Thompson1-72/+49
2010-08-25Use tp_base_channel_close() for search and tls channelsWill Thompson1-17/+4
2010-08-24Port GabbleSearchChannel to TpBaseChannelWill Thompson1-102/+66
2010-07-28GabbleSearchChannel: change_search_state: use tp_error_get_dbus_nameSimon McVittie1-16/+3
2010-06-08Use telepathy-glib's code for ContactInfoSimon McVittie1-1/+2
2010-05-03Search: Correctly handle replies lacking <x/>Will Thompson1-22/+23
2010-04-27Turn some BaseChannel properties into class propertiesWill Thompson1-3/+5
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-6/+8
2009-08-26the semantic of first and last has been clearedGuillaume Desmottes1-6/+4
2009-08-25parse_data_form: ensure to not add twice the name search keyGuillaume Desmottes1-3/+26
2009-08-25parse_data_form: remove found_form_type_search as we don't use itGuillaume Desmottes1-2/+0
2009-08-24add_search_result: no need to init the handle to 0 any moreGuillaume Desmottes1-1/+1
2009-08-24add gabble_search_channel_is_ready()Guillaume Desmottes1-0/+11
2009-08-24add gabble_search_channel_close as a public methodGuillaume Desmottes1-5/+11
2009-08-24gabble_search_channel_init: use g_boxed_freeGuillaume Desmottes1-5/+1
2009-08-19extended search results contain a title nodeGuillaume Desmottes1-2/+4
2009-08-19parse_extended_search_results: ignore <reported> node and fix debug message i...Guillaume Desmottes1-4/+4
2009-08-19gabble_search_channel_finalize: free available_search_keysGuillaume Desmottes1-0/+2
2009-08-19search-channel: SearchResultReceived now returns a dict containing all the re...Guillaume Desmottes1-20/+31
2009-08-19search-channel: implement openfire searchGuillaume Desmottes1-4/+38
2009-08-19store only supported fields in tp_to_xmpp so we can map to the right oneGuillaume Desmottes1-21/+36
2009-08-19emit_search_result: use the xmpp_to_tp hash table instead of hard coding fieldsGuillaume Desmottes1-32/+37
2009-08-19"given", "family" and "nickname" seem to be validate field for dataform searc...Guillaume Desmottes1-0/+3
2009-08-19Add a FIXME about unclear first/last mappingGuillaume Desmottes1-0/+7
2009-08-19do_search: search request are actually 'set' IQ'sGuillaume Desmottes1-1/+1
2009-08-19'x' node should contain a type attribute when sending search requestGuillaume Desmottes1-1/+4
2009-08-19search-channel.c: support dataform searchesGuillaume Desmottes1-20/+250
2009-08-19emit_search_result: display the keys that have been ignoredGuillaume Desmottes1-1/+10
2009-08-19emit_search_result: initialize the handle to 0Guillaume Desmottes1-1/+1
2009-08-19parse_unextended_field_response: have to use unextended_xmpp_to_tpGuillaume Desmottes1-1/+1
2009-08-19parse_result_item: don't leak the info hash tableGuillaume Desmottes1-0/+1
2009-08-19search-channel: use NodeIterGuillaume Desmottes1-6/+10
2009-08-19Implement SearchChannel.Stop()Will Thompson1-0/+43
2009-08-19Update to even newer spec draftWill Thompson1-0/+15
2009-08-19Make search-state a read-only property.Will Thompson1-90/+76
2009-08-19Include failure reason in SearchStateChangedWill Thompson1-21/+71
2009-08-19Correct message when search response has no <query>Will Thompson1-1/+1
2009-08-19Move to state Failed if searching failsWill Thompson1-4/+8
2009-08-19Add a GError holding the reason a search failedWill Thompson1-5/+38
2009-08-19Update to latest ContactSearch spec draftWill Thompson1-3/+9
2009-08-19Add stub xforms block to do_searchWill Thompson1-1/+11
2009-08-19Break do_search into smaller piecesWill Thompson1-20/+45
2009-08-19Add a flag for whether the search server uses xformsWill Thompson1-3/+11
2009-08-19Extract parsing unextended supported fields to a functionWill Thompson1-26/+33
2009-08-19Parse the results of unextended searches.Will Thompson1-0/+212
2009-08-19Clarify function names and add section commentsWill Thompson1-9/+13
2009-08-19Add a handle set to hold contacts from search resultsWill Thompson1-0/+7
2009-08-19SearchChannel's dispose should chain upWill Thompson1-0/+3
2009-08-19Implement sending a search queryWill Thompson1-10/+101