summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-02Merge branch 'caps-hash'Jonny Lamb1-133/+1
2011-04-08Presence: genericise specifying a client type preferenceWill Thompson1-1/+1
2011-02-01JingleCandidate store int rather than double.David Laban1-2/+1
2011-01-24disco-identity: removeJonny Lamb1-133/+1
2011-01-11use telepathy-yell generated codeJonny Lamb1-2/+2
2010-10-05Merge branches contact-list-fixes, contact-list-merge, really-enumSimon McVittie1-0/+131
2010-10-04Remove dependency to libuuidNicolas Dufresne1-7/+51
2010-10-01Merge branch 'telepathy-gabble-0.10'Will Thompson1-6/+3
2010-10-01Always slice-allocate GabbleDiscoIdentityWill Thompson1-6/+3
2010-09-30Merge remote branch 'upstream/master' into contact-list-mergeSimon McVittie1-0/+45
2010-09-23Merge branch 'telepathy-gabble-0.10'Simon McVittie1-0/+6
2010-09-22gabble_call_candidates_to_array: document types and ownershipSimon McVittie1-0/+6
2010-09-21Merge branch 'client-types'Jonny Lamb1-0/+26
2010-09-17util: add gabble_flag_from_nickJonny Lamb1-0/+26
2010-08-26gabble_simple_async_countdown, roster: make the refcounting more obviousSimon McVittie1-0/+5
2010-08-05add comments for gabble_normalize_contact()Senko Rasic1-0/+13
2010-08-03Add gabble_simple_async_succeed_or_fail_in_idleSimon McVittie1-0/+33
2010-08-03gabble_simple_async_countdown_new, _inc, _dec: new utility codeSimon McVittie1-0/+93
2010-06-22fd.o #27966: replace gabble_value_array_build with tp_value_array_buildSimon McVittie1-37/+1
2010-06-08Fix indentation of GabbleDiscoIdentity functions.Will Thompson1-38/+43
2010-06-08Slice-allocate GabbleDiscoIdentityWill Thompson1-2/+2
2010-06-04plugin API: Improved API for array of GabbleDiscoIdentity.Andre Moreira Magalhaes (andrunko)1-2/+36
2010-06-03plugin API: Added GabbleDiscoIdentity type and helper methods.Andre Moreira Magalhaes (andrunko)1-0/+97
2010-06-03Replace silly #defines with a DevicePreference enumWill Thompson1-1/+1
2010-06-02Prefer phones when picking resource for Jingle callsWill Thompson1-0/+1
2010-05-21Merge branch 'muc-calls'Sjoerd Simons1-0/+15
2010-05-12Remove debug spam from _get_child_with_namespaceWill Thompson1-3/+0
2010-04-27Make libuuid a required dependencyDanielle Madeley1-13/+1
2010-04-23Remove some debugging spewSjoerd Simons1-3/+0
2010-04-20Merge branch 'master' into muc-callsSjoerd Simons1-18/+11
2010-04-20No need to special-case xmlns and xml:langSjoerd Simons1-6/+1
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-7/+12
2010-04-01Pass the jingle factory a full jid instead of the resourceSjoerd Simons1-0/+15
2010-02-25lm_message_node_unlink: removeSimon McVittie1-7/+0
2010-01-06Represent bare jids as resource = NULL, not resource = ""Simon McVittie1-26/+33
2010-01-05jingle_pick_best_resource: allow the bare JID (resource = "") to be chosenSimon McVittie1-8/+29
2010-01-05jingle_pick_best_content_type: allow the resource to be "" (bare JID)Simon McVittie1-2/+12
2009-12-23Remove duplicate second definition of TWICESjoerd Simons1-2/+0
2009-12-07Add a utility function to convert a list of candidates to the a GPtrArraySjoerd Simons1-0/+39
2009-12-07Add utility function to build GValueArraysSjoerd Simons1-0/+39
2009-12-07Move _pick_best_content_type to utils.cSjoerd Simons1-0/+36
2009-12-07Move jingle resource selection to utilsSjoerd Simons1-0/+140
2009-11-23util: allow GabbleConnection to be NULL in _normalize_roomJonny Lamb1-8/+18
2009-11-23normalize_room: use gabble_decode_jid to shorten the functionJonny Lamb1-19/+5
2009-11-23fd.o#22456: util: get the canonical room name in gabble_normalize_roomJonny Lamb1-10/+26
2009-09-25util: add ensure_bare_contact_from_jidGuillaume Desmottes1-0/+10
2009-09-11util.c: lm_message_node_add_build_va: use the right wocky api when setting xm...Guillaume Desmottes1-0/+2
2009-09-11util.c: re-implement lm_message_node_get_attribute_with_namespace using the p...Guillaume Desmottes1-49/+1
2009-09-11util.c: lm_message_node_get_name: wocky should handle that just fineGuillaume Desmottes1-6/+1
2009-09-11util.c: gabble_decode_jid use wocky_decode_jid directlyGuillaume Desmottes1-112/+2