summaryrefslogtreecommitdiff
path: root/src/salut-tubes-channel.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-03When ignoring an attempt to set a tubes channel's type, assert that the desir...Simon McVittie1-0/+4
2008-01-03Cope with TpChannelIface channel-type property becoming writeable in telepath...Simon McVittie1-0/+5
2007-11-29Tube channels become ready as soon as their created, so return them right awaySjoerd Simons1-58/+0
2007-11-29SalutTubesChannel: Throw an error when a tube is offered while the channel is...Sjoerd Simons1-0/+22
2007-10-26salut_tubes_channel_get_stream_tube_socket_address: don't hardcode unix typeGuillaume Desmottes1-1/+3
2007-10-26tubes-channel: salut_tubes_channel_bytestream_offered: close the bytestream i...Guillaume Desmottes1-13/+8
2007-10-26tubes-channe: remove 1-1 tubes commented codeGuillaume Desmottes1-76/+0
2007-10-25fix confict with -protocol and make it buildGuillaume Desmottes1-5/+1
2007-10-23tubes-channel: when creating a new stream tube, set its initiator according t...Guillaume Desmottes1-0/+28
2007-10-23tubes-channel: extract_tube_information: allow initiator to be NULLGuillaume Desmottes1-5/+13
2007-10-22tubes-channel: remove the request attribute in the call of update_tubes_info ...Guillaume Desmottes1-1/+1
2007-10-16add salut_tubes_channel_bytestream_offeredGuillaume Desmottes1-0/+86
2007-10-16tubes-channel: check if we have to publish the tube *before* adding the <tube...Guillaume Desmottes1-9/+12
2007-10-16tubes-channel: don't announce stream tubes we didn't initiateGuillaume Desmottes1-2/+9
2007-10-15implement AcceptStreamTube and GetStreamTubeSocketAddressGuillaume Desmottes1-2/+164
2007-10-15tubes-channel: add unix and inet sockets in GetAvailableStreamTubeTypes resultGuillaume Desmottes1-0/+29
2007-10-15tubes-channel: don't force the stream-id attribute in muc presenceGuillaume Desmottes1-6/+1
2007-10-15remove the offering parameter from extract_tube_informationGuillaume Desmottes1-16/+3
2007-10-15start to implement OfferStreamTube (muc only for now)Guillaume Desmottes1-10/+163
2007-10-15tubes-channel: add stream tubes in GetAvailableStreamTubeTypes resultGuillaume Desmottes1-3/+1
2007-10-25tubes-channel: remove generate_stream_idGuillaume Desmottes1-21/+0
2007-10-25tubes-channel: remove the stream-id arg from create_new_tubeGuillaume Desmottes1-10/+3
2007-10-25use gibber_muc_connection_new_stream to allocate the stream used with D-Bus t...Guillaume Desmottes1-1/+2
2007-10-24muc stream-id are now guint16Guillaume Desmottes1-1/+1
2007-10-24tubes-channel: use new-senders and lost-senders instead of new-sender and los...Guillaume Desmottes1-33/+41
2007-10-24tubes-channel: update muc-bytestream's sender <-> stream-id mappingGuillaume Desmottes1-0/+45
2007-10-22Move everything to 16 bit stream idsSjoerd Simons1-2/+2
2007-10-23tubes-channel: use tube-dbus's functions to add/remove name to d-bus namesGuillaume Desmottes1-45/+14
2007-10-23tubes-channel: be sure dbus-names related functions do anything in 1-1 D-Bus ...Guillaume Desmottes1-0/+10
2007-10-23tubes-channel: publish_tube_in_node: set dbus-name only if not NULL and set i...Guillaume Desmottes1-20/+20
2007-10-22Remove duplicate copy of muc_connection_new_sender_cb caused by diff|patch me...Simon McVittie1-10/+0
2007-10-22tubes-channel: remove the "request" attribute in tubes announces (re-recorded)Simon McVittie1-20/+14
2007-10-22tubes-channel: send tubes info when get a "new-sender" eventGuillaume Desmottes1-0/+14
2007-10-15add a bytestream argument to tube_dbus_new and create_new_tube as in GabbleGuillaume Desmottes1-14/+14
2007-10-15add a GError argument to salut_tube_iface_accept as in GabbleGuillaume Desmottes1-1/+1
2007-10-15tubes-channel: coding style tweaks and remove old commented codeGuillaume Desmottes1-177/+7
2007-10-15use tp-glib tubes enum/functionsGuillaume Desmottes1-71/+71
2007-10-15tubes-channel: remove backward compatibility with old tubes APIGuillaume Desmottes1-63/+0
2007-09-04tubes-channel: generate uint8 stream-id for muc tubesGuillaume Desmottes1-4/+13
2007-09-06tubes-channel: add a ready public variable. Avoid to send data if the text ch...Guillaume Desmottes1-2/+62
2007-08-28salut-tubes-channel.c: updated to fit spec 0.15.5 + implement old tubes API f...Guillaume Desmottes1-6/+88
2007-08-27update tubes API commentsGuillaume Desmottes1-4/+4
2007-08-27salut-tubes-channel.c: remove HAVE_DBUS_TUBE tests as now we always build D-B...Guillaume Desmottes1-62/+0
2007-08-27salut-tubes-channel.c: updated to fit latest specGuillaume Desmottes1-38/+41
2007-08-08Drop dependency on libtelepathy-glib-unstable; instead implement Tubes channe...Simon McVittie1-84/+83
2007-06-27salut_tubes_channel_get_handle: set the right handle typeGuillaume Desmottes1-1/+1
2007-06-27tubes-channel: remove not ready private tubes codeGuillaume Desmottes1-19/+0
2007-06-27simplify generate_stream_idGuillaume Desmottes1-8/+3
2007-06-27tubes-channel: remove start_initiation as we don't use it nowGuillaume Desmottes1-81/+2
2007-06-27update_tubes_info returns a boolean so caller can know if it worked fineGuillaume Desmottes1-3/+6