summaryrefslogtreecommitdiff
path: root/src/search-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Use non-deprecated GValueArray functionsSimon McVittie2013-11-041-18/+5
* Don't use add_child_with_content with NULL/"" contentWill Thompson2012-11-271-3/+3
* Avoid manually setting WockyNode.ns where sensible.Will Thompson2012-11-271-2/+2
* Stop accessing sealed tp-glib structsXavier Claessens2012-09-111-5/+0
* Use meta-headers for everythingSimon McVittie2012-05-301-5/+2
* Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie2012-05-071-13/+13
* Update Wocky snapshot for One Big Header.Will Thompson2012-02-061-1/+1
* search: move to WockyNodeIterWill Thompson2012-01-311-38/+30
* search-channel: stop using lm_message_node_get_child_with_namespaceWill Thompson2012-01-311-4/+4
* Remove vestigial Loudmouth headers and build systemWill Thompson2012-01-271-1/+0
* Remove LmHandlerResultWill Thompson2012-01-271-8/+3
* Delete LmMessage{,Type,SubType} typedefsWill Thompson2012-01-271-6/+6
* Remove lm_message_new[_with_subtype]Will Thompson2012-01-271-11/+9
* Expunge lm_message_ref and lm_message_unref.Will Thompson2012-01-261-2/+2
* Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson2012-01-261-7/+7
|\
| * Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-7/+7
* | Remove GabbleXmppError.Will Thompson2011-05-031-36/+7
* | stop using LmMessageNode wrapperJonny Lamb2011-05-021-56/+53
|/
* Search: clarify handling field request resultWill Thompson2010-10-081-4/+6
* Move to undrafted ContactSearch interfaceWill Thompson2010-09-071-72/+49
* Use tp_base_channel_close() for search and tls channelsWill Thompson2010-08-251-17/+4
* Port GabbleSearchChannel to TpBaseChannelWill Thompson2010-08-241-102/+66
* GabbleSearchChannel: change_search_state: use tp_error_get_dbus_nameSimon McVittie2010-07-281-16/+3
* Use telepathy-glib's code for ContactInfoSimon McVittie2010-06-081-1/+2
* Search: Correctly handle replies lacking <x/>Will Thompson2010-05-031-22/+23
* Turn some BaseChannel properties into class propertiesWill Thompson2010-04-271-3/+5
* Rename to WockyStanza, WockyNode and related changesSjoerd Simons2010-04-201-6/+8
* the semantic of first and last has been clearedGuillaume Desmottes2009-08-261-6/+4
* parse_data_form: ensure to not add twice the name search keyGuillaume Desmottes2009-08-251-3/+26
* parse_data_form: remove found_form_type_search as we don't use itGuillaume Desmottes2009-08-251-2/+0
* add_search_result: no need to init the handle to 0 any moreGuillaume Desmottes2009-08-241-1/+1
* add gabble_search_channel_is_ready()Guillaume Desmottes2009-08-241-0/+11
* add gabble_search_channel_close as a public methodGuillaume Desmottes2009-08-241-5/+11
* gabble_search_channel_init: use g_boxed_freeGuillaume Desmottes2009-08-241-5/+1
* extended search results contain a title nodeGuillaume Desmottes2009-08-191-2/+4
* parse_extended_search_results: ignore <reported> node and fix debug message i...Guillaume Desmottes2009-08-191-4/+4
* gabble_search_channel_finalize: free available_search_keysGuillaume Desmottes2009-08-191-0/+2
* search-channel: SearchResultReceived now returns a dict containing all the re...Guillaume Desmottes2009-08-191-20/+31
* search-channel: implement openfire searchGuillaume Desmottes2009-08-191-4/+38
* store only supported fields in tp_to_xmpp so we can map to the right oneGuillaume Desmottes2009-08-191-21/+36
* emit_search_result: use the xmpp_to_tp hash table instead of hard coding fieldsGuillaume Desmottes2009-08-191-32/+37
* "given", "family" and "nickname" seem to be validate field for dataform searc...Guillaume Desmottes2009-08-191-0/+3
* Add a FIXME about unclear first/last mappingGuillaume Desmottes2009-08-191-0/+7
* do_search: search request are actually 'set' IQ'sGuillaume Desmottes2009-08-191-1/+1
* 'x' node should contain a type attribute when sending search requestGuillaume Desmottes2009-08-191-1/+4
* search-channel.c: support dataform searchesGuillaume Desmottes2009-08-191-20/+250
* emit_search_result: display the keys that have been ignoredGuillaume Desmottes2009-08-191-1/+10
* emit_search_result: initialize the handle to 0Guillaume Desmottes2009-08-191-1/+1
* parse_unextended_field_response: have to use unextended_xmpp_to_tpGuillaume Desmottes2009-08-191-1/+1
* parse_result_item: don't leak the info hash tableGuillaume Desmottes2009-08-191-0/+1