summaryrefslogtreecommitdiff
path: root/src/salut-ft-manager.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28src: remove annoying salut- prefixJonny Lamb1-635/+0
2011-04-22caps-channel-manager: add data form argument to represent_clientJonny Lamb1-1/+2
2011-04-05Merge branch 'meta-porter'Jonny Lamb1-37/+27
2011-03-18salut: make caps-channel-manager and capabilities-set public salut APIJonny Lamb1-1/+2
2011-03-17Merge branch contact-capsJonny Lamb1-14/+22
2011-03-17{ft,tubes} managers: don't use G_GNUC_UNUSED on used argumentsJonny Lamb1-1/+1
2011-03-14all: use specific to/from when referring to contacts in stanzas nowJonny Lamb1-1/+1
2011-03-02ft-manager: only get the contact with an actual ft offerJonny Lamb1-1/+3
2011-03-02file transfers: stop using the XCMJonny Lamb1-37/+25
2011-02-09gibber: remove GibberXmppNode wrapperJonny Lamb1-4/+4
2011-02-09gibber: remove GibberXmppStanza wrapperJonny Lamb1-2/+2
2011-02-03file_transfer_channel_allowed_properties: update comment regarding properties...Guillaume Desmottes1-1/+2
2011-02-02Implement FileTransfer.FileURI (fdo #33833)Guillaume Desmottes1-1/+7
2011-02-02file_transfer_channel_allowed_properties: use tp-glib constantsGuillaume Desmottes1-11/+12
2010-11-05Remove SalutCapsChannelManagerSimon McVittie1-69/+0
2010-11-05Remove now-unused functionality from SalutCapsChannelManagerSimon McVittie1-10/+0
2010-11-05SalutCapsChannelManagerGetContactCapsFunc: remove, unusedSimon McVittie1-40/+0
2010-11-05FT, Tubes channel managers: implement GabbleCapsChannelManagerSimon McVittie1-1/+73
2010-11-05SalutFTManager: add_file_transfer_channel_class: remove unused argumentSimon McVittie1-6/+3
2010-11-01SalutFtManager: allow salut_file_transfer_channel_new_from_stanza to failSimon McVittie1-1/+3
2010-10-14All channel managers: implement type_foreach_channel_classSimon McVittie1-6/+8
2009-04-01ft-manager: drop FT_CAPA_UNKNOWN and use FT_CAPA_SUPPORTED insteadGuillaume Desmottes1-3/+4
2009-03-30Merge branch 'master' into ft-capa-REBASEDGuillaume Desmottes1-118/+63
2009-03-30implement salut_ft_manager_caps_diffGuillaume Desmottes1-0/+10
2009-03-16salut_ft_manager_handle_request: display the id of the contact in the debug m...Guillaume Desmottes1-1/+2
2009-03-16generate FT channel path in the channel constructor and using its address to ...Guillaume Desmottes1-28/+2
2009-03-16pass all the properties to salut_file_transfer_channel_newGuillaume Desmottes1-13/+3
2009-03-16replace salut_file_transfer_channel_received_file_offer by salut_file_transfe...Guillaume Desmottes1-11/+3
2009-03-16remove salut_ft_manager_new_channelGuillaume Desmottes1-80/+47
2009-03-16factor out salut_ft_manager_channel_created and call it in message_stanza_cal...Guillaume Desmottes1-13/+26
2009-03-16ft-manager: move debug output of the object path to generate_object_pathGuillaume Desmottes1-2/+5
2009-03-16salut_ft_manager_handle_request: add debug outputGuillaume Desmottes1-0/+2
2009-03-16salut_ft_manager_new_channel: factor out generate_object_pathGuillaume Desmottes1-4/+14
2009-03-16salut_ft_manager_new_channel: use salut_file_transfer_channel_newGuillaume Desmottes1-9/+2
2009-02-17Merge branch 'master' into requestotron-tubes-and-caps-with-complex-types-wit...Guillaume Desmottes1-24/+24
2009-02-17salut-ft-manager: use tp-glib instead of extension's generated codeGuillaume Desmottes1-24/+24
2009-02-10salut_ft_manager_get_contact_caps: self-handle always support file transferGuillaume Desmottes1-1/+2
2009-02-10salut_ft_manager_parse_caps: say that FT capa is unknown if there is no capa ...Guillaume Desmottes1-1/+4
2009-02-10ft-manager: add FT's channel class if contact announces to support OOBGuillaume Desmottes1-1/+131
2009-02-09SalutFtManager implements SalutCapsChannelManager. Effectively returning FT c...Alban Crequy1-1/+23
2009-02-06ft-manager: add file_channel_closed functionGuillaume Desmottes1-3/+11
2008-12-22salut_ft_manager_handle_request: call file_channel_closed_cb instead of unref...Guillaume Desmottes1-2/+3
2008-12-12update includes to use salut-signals-marshal.h instead of signals-marshal.hGuillaume Desmottes1-1/+1
2008-12-12salut_ft_manager_iface_foreach_one: fix code/declarationGuillaume Desmottes1-2/+4
2008-12-01salut_ft_manager_new_channel: improve debug msgGuillaume Desmottes1-3/+4
2008-11-23Merge branch 'master' into ft-requestotron-ichatGuillaume Desmottes1-7/+6
2008-11-19Only inspect the remote handle if neededSjoerd Simons1-3/+3
2008-11-19Don't rely on the order in the file_transfer_channel_fixed_properties listSjoerd Simons1-4/+3
2008-11-13Merge branch 'ft-requestotron' into ft-requestotron-ichatGuillaume Desmottes1-1/+5
2008-11-13disconnect channel signal when disposing the ft managerGuillaume Desmottes1-1/+5