summaryrefslogtreecommitdiff
path: root/src/caps-channel-manager.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-28Merge branch 'moar-caps'Jonny Lamb1-3/+5
2011-09-05CapsChannelManager: correct English in a commentWill Thompson1-1/+1
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-08-30caps-channel-manager: add data form argument to represent_clientJonny Lamb1-2/+4
2011-01-06some style changesJonKristensen1-2/+7
2011-01-06replaced the ...get_type function with a G_DEFINE_INTERFACE macroJonKristensen1-29/+6
2009-12-24Fix various coding style and types, also remove some dead codeSjoerd Simons1-1/+1
2009-12-07Tell CapChannelManagers that their caps are going to be resetSjoerd Simons1-0/+14
2009-08-26GabbleCapsChannelManager: remove add_cap method in favour of represent_clientSimon McVittie1-26/+0
2009-08-26GabbleCapsChannelManager: add represent_client methodSimon McVittie1-0/+32
2009-08-24Remove now-redundant GabbleCapsChannelManager codeWill Thompson1-99/+0
2009-08-24Port SetSelfCapabilities to use capability setsWill Thompson1-4/+12
2009-08-24Construct contact capabilities from caps setsWill Thompson1-3/+4
2009-08-24Parse (Contact)Caps from a CapabilitySetSimon McVittie1-2/+2
2009-06-29gabble_caps_channel_manager_parse_capabilities: take the parent node instead ...Guillaume Desmottes1-2/+2
2009-05-06Don't assert when there is no update method, wjt will probably fix it rsnSjoerd Simons1-2/+7
2008-11-27Caps: fix prototype for gabble_caps_channel_manager_update_capabilitiesAlban Crequy1-1/+1
2008-09-12caps-channel-manager.c: add assert: update_capabilities cannot be called on c...Alban Crequy1-5/+3
2008-09-12Fix merge issues after merging wjt/requestotronAlban Crequy1-3/+2
2008-09-11Split GabbleChannelManager in 2 parts: GabbleChannelManager (will become TpCh...Alban Crequy1-0/+194