summaryrefslogtreecommitdiff
path: root/src/ft-channel.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-2/+2
2012-12-06ft-channel: add metadata forms a bit less stupidlyWill Thompson1-19/+7
2012-12-06bytestream_factory_negotiate_stream(): don't pass stream id to callbacksWill Thompson1-1/+0
2012-12-06bytestream_factory_negotiate_stream(): remove return valueWill Thompson1-8/+6
2012-12-06Merge branch '57615-misc-cleanup'Will Thompson1-6/+4
2012-11-29Export o.f.T.Channel.Type.FileTransfer.FUTURE interfaceDaniele E. Domenichelli1-0/+1
2012-11-29Fix o.f.T.Channel.Interface.FileTransfer.MetadataDaniele E. Domenichelli1-0/+14
2012-11-27Don't use add_child_with_content with NULL/"" contentWill Thompson1-2/+2
2012-11-27Avoid manually setting WockyNode.ns where sensible.Will Thompson1-4/+2
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-3/+0
2012-05-30Use meta-headers for everythingSimon McVittie1-8/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-15/+15
2012-03-22Allow to disable VoIP-related code with --disable-voipMarco Barisione1-11/+69
2012-03-01Merge branch 'detp-jingle'Will Thompson1-3/+8
2012-02-23Wrap JingleFactory in a new class, JingleMint.Will Thompson1-4/+6
2012-02-23Split google:jingleinfo code out from JingleFactoryWill Thompson1-2/+4
2012-02-03ft-channel: subclass TpBaseChannelJonny Lamb1-390/+138
2012-01-31ft-channel: spell out finding <si><file> node.Will Thompson1-2/+6
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-1/+1
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-2/+0
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-2/+2
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-1/+1
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-10/+176
2012-01-03Make gabble cross compile with mingw32Siraj Razick1-0/+4
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-3/+3
2011-11-16Merge branch 'ft-metadata'Jonny Lamb1-1/+166
2011-11-15ft metadata: use tp-glib generated code rather than using the draft interfaceJonny Lamb1-5/+5
2011-11-09metadata: update to new draftJonny Lamb1-8/+10
2011-11-03Remove redundant CHECK_STR_EMPTY macroWill Thompson1-1/+1
2011-10-31ft-channel: simplify adding fields to dataformJonny Lamb1-6/+7
2011-10-26ft-channel: fail to create channel if the contact doesn't have the right capsJonny Lamb1-0/+15
2011-10-26ft-channel: include metadata in file transfer offerJonny Lamb1-0/+76
2011-10-26ft-channel: make Metadata props immutable and test themJonny Lamb1-0/+2
2011-10-26ft-channel: set Metadata props on constructionJonny Lamb1-1/+5
2011-10-26ft-channel: implement Metadata propertiesJonny Lamb1-0/+65
2011-06-24FTChannel: don't assert about handle-type in setterWill Thompson1-5/+2
2011-05-02Remove three redundant node functions from util.[ch]Will Thompson1-1/+1
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-20/+20
2011-04-08Presence: genericise specifying a client type preferenceWill Thompson1-6/+4
2011-02-02Implement the stable API for FileTransfer.URIGuillaume Desmottes1-8/+7
2011-01-26raise InvalidArgument if we can't set URIGuillaume Desmottes1-3/+3
2011-01-26fix identationGuillaume Desmottes1-8/+7
2011-01-26FileURI has been renamed to URIGuillaume Desmottes1-24/+24
2011-01-26allow user to set FileURI for not yet accepted incoming FTGuillaume Desmottes1-1/+51
2011-01-26file-transfer: implement FileURI property for outgoing channelsGuillaume Desmottes1-24/+64
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-29/+10
2010-09-21FT, Media, Calls: use the Connection's TpDBusDaemonSimon McVittie1-3/+3
2010-06-09Close as the very first thing in disposeSjoerd Simons1-1/+1
2010-06-09Set closed on ft-channel before emitting close as we might be freed afterwardsSjoerd Simons1-1/+1
2010-06-08expose API to close FT channelsSjoerd Simons1-1/+1