summaryrefslogtreecommitdiff
path: root/src/capabilities.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-02-14connection: add support for jabber:iq:version (XEP-0092)Robert McQueen1-0/+2
2010-10-05capabilities: separate out legacy capabilities code, which we don't need for ...Simon McVittie1-13/+1
2010-10-05capabilities: port from pseudo-Loudmouth to WockySimon McVittie1-6/+6
2010-10-05gabble_capabilities_init, finalize: make the connection just a pointerSimon McVittie1-2/+2
2010-10-05Move capabilities_fill_cache into presence-cacheSimon McVittie1-48/+0
2010-09-23Merge branch 'get-bus'Simon McVittie1-2/+1
2010-09-21Merge branch 'client-types'Jonny Lamb1-12/+0
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-2/+1
2010-08-29Add a function to dump a diff of two cap setsWill Thompson1-15/+68
2010-07-26capabilities: remove is-a-phone quirkJonny Lamb1-12/+0
2010-06-10Merge branch 'igoogle-merge-test'Sjoerd Simons1-2/+19
2010-06-08Merge branch 'iGoogled' into masterSjoerd Simons1-2/+19
2010-06-03plugin API: Export GabbleCapabilitiesSet.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-06-03gabble_capability_set_size: Fixed return value when received invalid param.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-06-03Make is_a_phone() clearer.Will Thompson1-4/+4
2010-06-02Note which resources claim to be phones.Will Thompson1-3/+13
2010-03-30Add share-v1 google bundle capability when the client supports file transfersYouness Alaoui1-2/+19
2010-01-18replace GabbleCapabilitySet's _is_empty with _sizeDafydd Harries1-3/+3
2009-12-18Don't leak the intset returned by tp_handle_set_updateSjoerd Simons1-1/+5
2009-11-24fd.o#25243: only advertise FT capability if we have a FT clientSimon McVittie1-1/+1
2009-10-19Add and use a canned "any audio/video" caps setWill Thompson1-0/+12
2009-10-19Merge branch 'improve-caps-cache-0.9'Will Thompson1-6/+38
2009-10-07Add compatibility bundles to the cacheWill Thompson1-0/+9
2009-10-07Pre-seed more Google Talk capability bundles.Will Thompson1-7/+30
2009-10-07Implement C_Media_Capabilities_Immutable_StreamsWill Thompson1-0/+26
2009-09-10Merge branch 'caps-draft2'Simon McVittie1-12/+25
2009-09-08capabilities: feature_handles: comment that the TpHandleRepoIface is just a s...Simon McVittie1-0/+5
2009-09-07Make feature_handles_refcount static as per albanc's reviewSimon McVittie1-1/+1
2009-08-26_gabble_media_channel_typeflags_to_caps and its inverse: move to GabbleMediaF...Simon McVittie1-3/+3
2009-08-26gabble_capabilities_get_initial_caps: rename to gabble_capabilities_get_fixed...Simon McVittie1-7/+7
2009-08-26Separate capabilities into four sources (fixed, legacy Capabilities, and Cont...Simon McVittie1-2/+3
2009-08-26gabble_capability_set_is_empty: addSimon McVittie1-0/+7
2009-08-24Make construction of olpc_caps data-driven again, by recycling feature typesSimon McVittie1-9/+12
2009-08-24Remove the distinction between FEATURE_OPTIONAL and FEATURE_BUNDLE_COMPATSimon McVittie1-3/+2
2009-08-24Remove GabblePresenceCapabilities altogetherSimon McVittie1-62/+33
2009-08-24Make GabblePresenceCapabilities, Feature local to capabilities.cSimon McVittie1-0/+38
2009-08-24gabble_presence_cache_add_bundle_caps: remove bitfield argumentSimon McVittie1-2/+1
2009-08-24Remove gabble_capability_set_new_from_flagsSimon McVittie1-23/+8
2009-08-24Remove capabilities_parseSimon McVittie1-49/+0
2009-08-24gabble_capabilities_get_legacy: addSimon McVittie1-0/+16
2009-08-24gabble_capability_set_intersect: addSimon McVittie1-0/+42
2009-08-24Add gabble_capability_set_remove, gabble_capability_set_excludeSimon McVittie1-0/+41
2009-08-24Add canned capability sets for geoloc and OLPC +notifySimon McVittie1-0/+22
2009-08-24capabilities_get_initial_caps: return a set instead of a bitfieldSimon McVittie1-17/+19
2009-08-24gabble_capability_set_dump: strdup and return the message rather than printin...Simon McVittie1-9/+17
2009-08-24gabble_capability_set_dump: addSimon McVittie1-0/+30
2009-08-24gabble_presence_cache_add_bundle_caps: add the namespace as well as the flagSimon McVittie1-1/+1
2009-08-24capabilities_parse: take a const setSimon McVittie1-1/+1
2009-08-24Add gabble_capability_set_has_one()Simon McVittie1-0/+23