summaryrefslogtreecommitdiff
path: root/src/ft-manager.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+2
2011-02-02file_transfer_channel_allowed_properties: use tp-glib propertiesGuillaume Desmottes1-9/+9
2011-02-02Implement the stable API for FileTransfer.URIGuillaume Desmottes1-2/+2
2011-01-26FileURI has been renamed to URIGuillaume Desmottes1-2/+2
2011-01-26file-transfer: implement FileURI property for outgoing channelsGuillaume Desmottes1-3/+8
2011-01-06replaced the ...get_type function with a G_DEFINE_INTERFACE macroJonKristensen1-1/+1
2010-08-05managers: implement type_foreach_channel_class instead of foreach_channel_classSenko Rasic1-7/+9
2010-06-09By the time the ft-manager is disposing all channels should have been closedSjoerd Simons1-1/+1
2010-06-08Close all FT channels on disconnectSjoerd Simons1-11/+17
2010-05-20Merge remote branch 'kakaroto/igoogle' into ft-trial-mergeSimon McVittie1-4/+153
2010-05-04Don't crash on malformed SI file transfer offers.Will Thompson1-29/+36
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-1/+2
2010-03-30Move the channel creation process and manifest parsing from GTalkFileCollecti...Youness Alaoui1-11/+53
2010-03-30Rename GtalkFtManager into a GTalkFileCollection to make its task more obviou...Youness Alaoui1-7/+9
2010-03-30trivial fix, no need to count the length of the list if we are to compare it ...Youness Alaoui1-1/+1
2010-03-30Add a comment to explain why all channels in the NewChannels signal don't hav...Youness Alaoui1-0/+2
2010-03-30Change bytestream/gtalk_ft to be properties at construct time rather than set...Youness Alaoui1-4/+2
2010-03-30Create the gtalk ft manager from a session in ft-manager, also unref the gtal...Youness Alaoui1-27/+34
2010-03-30Add a file_collection argument to gabble_file_transfer_channel_newYouness Alaoui1-2/+2
2010-03-30Remove all jingle related code for the file transferYouness Alaoui1-2/+4
2010-03-30FT manager needs to add the FT channel class to ContactCapabilities if a clie...Youness Alaoui1-1/+2
2010-03-30correctly report and send the filename and filesize in ft-channelYouness Alaoui1-2/+4
2010-03-30Fix gnu style indentationYouness Alaoui1-12/+12
2010-03-30Add jingle mode support to the FT channel and FT managerYouness Alaoui1-2/+94
2010-03-30Add share-v1 google bundle capability when the client supports file transfersYouness Alaoui1-0/+1
2010-02-22gabble_ft_manager_get_tmp_dir: only define on UnixSimon McVittie1-0/+3
2009-11-26Merge branch '09-conditional-ft'Simon McVittie1-12/+37
2009-11-25Calling g_time_val_from_iso8601() once is enough.Will Thompson1-2/+0
2009-11-24Remove unused handle parameter from add_file_transfer_channel_class()Simon McVittie1-6/+3
2009-11-24fd.o#25243: only advertise FT capability if we have a FT clientSimon McVittie1-7/+35
2009-08-24Remove now-redundant GabbleCapsChannelManager codeWill Thompson1-27/+0
2009-08-24Construct contact capabilities from caps setsWill Thompson1-25/+8
2009-08-24Parse (Contact)Caps from a CapabilitySetSimon McVittie1-21/+2
2009-07-28Fix parsing of file-transfer timestamps from xmppSjoerd Simons1-4/+4
2009-06-29ft-manager.c: use the lm_message_node_get_value accessorGuillaume Desmottes1-1/+1
2009-06-29gabble_caps_channel_manager_parse_capabilities: take the parent node instead ...Guillaume Desmottes1-3/+4
2009-05-06Don't crash if the per channel manager caps aren't initializedSjoerd Simons1-0/+3
2009-04-17Merge branch 'master' into file-transfer+capabilityGuillaume Desmottes1-3/+5
2009-04-17ft-manager: probably cast the caps stored in per_channel_manager_capsGuillaume Desmottes1-3/+4
2009-04-14add 'resume-supported' property to FT channelGuillaume Desmottes1-3/+5
2009-04-14ft-manager: implement ContactCapabilityGuillaume Desmottes1-1/+130
2009-04-03gabble_ft_manager_handle_si_request: initialize the struct tmGuillaume Desmottes1-0/+2
2009-04-02don't explode if mkdtemp failedGuillaume Desmottes1-1/+1
2009-03-30gabble_ft_manager_foreach_channel_class: use new tp_g_value_slice_new_* helpersGuillaume Desmottes1-7/+4
2009-03-30add a second FT channel class adversting we support MD5 hashesGuillaume Desmottes1-1/+12
2009-03-30remove temporary directoryGuillaume Desmottes1-0/+8
2009-03-30add gabble_ft_manager_get_tmp_dirGuillaume Desmottes1-1/+22
2009-03-30use gabble_signal_connect_weak when connecting the closed signal on the channelGuillaume Desmottes1-7/+8
2009-03-30rename file-transfer-channel.[ch] to ft-channel.[ch]Guillaume Desmottes1-1/+1