summaryrefslogtreecommitdiff
path: root/src/presence-cache.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-8/+10
2012-09-11Merge branch 'telepathy-gabble-0.16'Simon McVittie1-0/+2
2012-09-11Add Google camera-v1 as a first-class caps bundleSimon McVittie1-0/+3
2012-07-18presence-cache: ignore caps nodes when we see google 'ext' featuresJonny Lamb1-42/+70
2012-07-17presence-cache: parse caps URIs as a pair of node and fragmentJonny Lamb1-10/+16
2012-06-02Fix for initiating a video call from an Android tablet.Marcus Lundblad1-0/+12
2012-06-02Make Android 4.0 GTalk contacts appear as capable of a/v calls.Marcus Lundblad1-0/+2
2012-06-02Fix for initiating a video call from an Android tablet.Marcus Lundblad1-0/+12
2012-06-02Make Android 4.0 GTalk contacts appear as capable of a/v calls.Marcus Lundblad1-0/+2
2012-05-30Use meta-headers for everythingSimon McVittie1-2/+1
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-8/+1
2012-02-23PresenceCache: add WockyContact-based lookup.Will Thompson1-0/+11
2012-02-21presence-cache: hardcode gtalk's bot capsGuillaume Desmottes1-1/+3
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-7/+1
2012-02-01Presence: show better error status messages.Will Thompson1-0/+19
2012-01-31_grab_nickname: use wocky_node_get_child_nsWill Thompson1-1/+1
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-3/+3
2012-01-27PresenceCache: use wocky_node_get_content_from_childWill Thompson1-28/+8
2012-01-27PresenceCache: remove duplicated code.Will Thompson1-3/+0
2012-01-27PresenceCache: refactor looking for decloak requestsWill Thompson1-32/+48
2012-01-27PresenceCache: stop using LmMessageHandlerWill Thompson1-96/+104
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-8/+8
2012-01-27Remove lm_message_get_[sub_]type.Will Thompson1-13/+19
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-1/+1
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-36/+137
2011-11-17Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-12/+12
2011-10-19Test grabbing <nick/> from <message/>Will Thompson1-0/+10
2011-09-27presence-cache: refactor data form replacing into its own functionJonny Lamb1-14/+15
2011-09-27presence-cache: use hash table iters instead of foreachJonny Lamb1-19/+9
2011-09-27presence-cache: clean up code to replace data form arraysJonny Lamb1-12/+14
2011-09-07presence-cache: add get_handle utility functionJonny Lamb1-0/+27
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-2/+2
2011-09-01presence-cache: store data forms from disco replies and the caps cacheJonny Lamb1-16/+61
2011-09-01presence: start holding a list of data formsJonny Lamb1-3/+10
2011-08-29presence-cache.c: Add Android presence cache bundleOlivier CrĂȘte1-1/+3
2011-07-22presence-cache: don't crash if computed_hash == NULLDavid Laban1-1/+7
2011-06-24Merge branch 'telepathy-gabble-0.12'Will Thompson1-10/+20
2011-06-24PresenceCache: discard UNKNOWN presences in maybe_removeWill Thompson1-1/+2
2011-06-24Presence: debug GabblePresenceId names where possibleWill Thompson1-9/+18
2011-06-16Merge branch 'telepathy-gabble-0.12'Will Thompson1-0/+1
2011-06-16PresenceCache: set Omits Content Creators quirk for GMailWill Thompson1-0/+1
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-32/+32
2011-05-02Merge branch 'caps-hash'Jonny Lamb1-5/+10
2011-04-21gabble_presence_update(): take 'now' as a parameterWill Thompson1-1/+2
2011-04-08Support client types for bare JIDs.Will Thompson1-11/+5
2011-04-08ClientTypes: fix satisfying two waiters with one replyWill Thompson1-37/+11
2011-04-08presence-cache: return normally from process_client_typesWill Thompson1-8/+6
2011-04-08Presence: turn client types into a bitfield sooner.Will Thompson1-53/+26
2011-04-08disco_in_progress(): break out of loops harderWill Thompson1-9/+8