summaryrefslogtreecommitdiff
path: root/src/presence.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-1/+1
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-09-01presence: start holding a list of data formsJonny Lamb1-0/+2
2011-04-21gabble_presence_update(): take 'now' as a parameterWill Thompson1-1/+2
2011-04-08ClientTypes: pass around gchar**, not GPtrArrayWill Thompson1-2/+2
2011-04-08Presence: turn client types into a bitfield sooner.Will Thompson1-1/+2
2011-04-08Presence: genericise specifying a client type preferenceWill Thompson1-19/+13
2011-04-08presence: change working of get_client_types_arrayJonny Lamb1-1/+1
2011-04-08presence-cache: emit ::client-types-updated when it happensJonny Lamb1-1/+1
2011-04-08presence: also return whether to signal client types updated in _updateJonny Lamb1-1/+2
2011-04-08presence: save handle client types and current active resourceJonny Lamb1-0/+1
2010-09-19presence: don't generate a enum GType for DevicePreferenceJonny Lamb1-3/+4
2010-07-29presence: add new client type: gameJonny Lamb1-5/+6
2010-07-27presence: make NULL-ing the client type array optionalJonny Lamb1-1/+1
2010-07-26presence: move client type into GabblePresence objectJonny Lamb1-0/+17
2010-06-03Replace silly #defines with a DevicePreference enumWill Thompson1-3/+6
2010-06-02Prefer phones when picking resource for Jingle callsWill Thompson1-1/+6
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-1/+1
2010-01-08Merge branch 'bare-jids'Simon McVittie1-0/+6
2010-01-08Factor out code to add the status, caps and vcard to a presenceSjoerd Simons1-0/+3
2010-01-05gabble_presence_pick_best_feature(): addSimon McVittie1-0/+5
2010-01-05gabble_presence_has_resources(): addSimon McVittie1-0/+1
2009-10-07Add gabble_presence_peek_caps() to avoid copyingWill Thompson1-0/+1
2009-08-24Remove gabble_presence_get_caps_bitfieldSimon McVittie1-3/+0
2009-08-24gabble_presence_set_capabilities: stop taking old bitfield as argumentSimon McVittie1-1/+0
2009-08-24Make GabblePresence::caps private, with a getter for read-only accessSimon McVittie1-1/+3
2009-08-24GabbleCapabilitySetPredicate etc.: use const pointersSimon McVittie1-5/+6
2009-08-24gabble_presence_get_caps: rename to gabble_presence_dup_capsSimon McVittie1-1/+1
2009-08-24gabble_presence_set_capabilities: be const-correctSimon McVittie1-1/+1
2009-08-24GabblePresence: add gabble_presence_has_cap()Simon McVittie1-0/+1
2009-08-24gabble_presence_resource_has_caps: change to use namespaces (and quirk pseudo...Simon McVittie1-2/+2
2009-08-24Add a data-driven function to fall back through possible implementationsSimon McVittie1-0/+11
2009-08-24Change gabble_presence_pick_resource_by_caps to check the cap.set, not the nu...Simon McVittie1-1/+1
2009-08-24Remove now-redundant GabbleCapsChannelManager codeWill Thompson1-2/+0
2009-08-24Add API to retrieve capability set from presenceWill Thompson1-0/+2
2009-08-24Store cap set in GabblePresenceWill Thompson1-2/+6
2008-10-23Merge branch 'alban-request-tube-channel' into alban-enhanced-caps-with-compl...Alban Crequy1-0/+3
2008-10-23don't change presence when a buddy from who we received a presence is removed...Guillaume Desmottes1-1/+3
2008-10-23use presence interfaces to announce view buddies as online (first naive imple...Guillaume Desmottes1-0/+1
2008-09-30Use the "channel manager" terminology everywhere instead of "channel factory"Alban Crequy1-2/+2
2008-09-11Parse the caps stanza for tubes in the tube factory, using the channel manage...Alban Crequy1-3/+0
2008-09-11Abstract enhanced capabilities in channel managersAlban Crequy1-1/+3
2008-09-11Add tubes caps in GabblePresence and ResourceAlban Crequy1-0/+2
2008-09-11Parse and store received capabilities of tube capsAlban Crequy1-1/+2
2008-07-27add a "to" argument to gabble_presence_as_message, as you can't change the re...Robert McQueen1-1/+2
2008-07-27remove resource argument from gabble_presence_as_message entirely, as it's on...Robert McQueen1-2/+1
2008-07-22GabblePresence: simplify priv accessSimon McVittie1-1/+3
2008-07-14rename gabble-types.h to types.hDafydd Harries1-1/+1
2008-07-14rename gabble-connection.h to connection.hDafydd Harries1-1/+1
2008-07-27add a "to" argument to gabble_presence_as_message, as you can't change the re...Robert McQueen1-1/+2