summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-29Merge branch 'base-channels'Jonny Lamb1-402/+141
2012-02-14tube-dbus: subclass TpBaseChannelJonny Lamb1-402/+141
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
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-1/+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-12/+12
2011-11-17Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)1-3/+3
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-9/+9
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-7/+7
2011-04-08Presence: genericise specifying a client type preferenceWill Thompson1-2/+1
2010-11-04Use GLib's simple (1-argument) signal marshallersSimon McVittie1-3/+3
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-30/+14
2010-09-21Tubes: use the connection's TpDBusDaemon to export objectsSimon McVittie1-8/+6
2010-06-02Prefer phones when picking resource for Jingle callsWill Thompson1-0/+1
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-2/+2
2009-11-26tube-dbus: query SOCKS5 proxy when creating a 1-1 D-Bus tubeGuillaume Desmottes1-0/+8
2009-09-09tube-dbus: check if the tube has been requested to determine if we need to of...Guillaume Desmottes1-1/+6
2009-09-09tube-dbus: explicitely set the value of the Requested propertyGuillaume Desmottes1-4/+9
2009-09-08Merge branch 'caps-sanity'Simon McVittie1-1/+1
2009-09-03tube-dbus.c: assert that resource part of our own JID is not NULLDafydd Harries1-0/+1
2009-09-03make gabble_decode_jid() return a booleanDafydd Harries1-3/+4
2009-09-03style tweaksDafydd Harries1-2/+1
2009-08-24Change gabble_presence_pick_resource_by_caps to check the cap.set, not the nu...Simon McVittie1-1/+1
2009-05-28use tp-glib instead of extensions to implement tube new APIGuillaume Desmottes1-32/+32
2009-05-26tube-dbus: implement Localhost access controlGuillaume Desmottes1-0/+17
2009-05-26add LocalHost to SupportedAccessControlsGuillaume Desmottes1-0/+2
2009-05-26tube-dbus: add priv->access_controlGuillaume Desmottes1-0/+8
2009-05-26tube-dbus: implement SupportedAccessControls propertyGuillaume Desmottes1-0/+25
2009-05-26tube-dbus: check if access_control passed to Offer/Accept is validGuillaume Desmottes1-0/+33
2009-05-26DBusTube.{Offer,Accept} now have an access_control argumentGuillaume Desmottes1-0/+2
2009-04-29Sync with latest tube spec DRAFTGuillaume Desmottes1-15/+15
2009-03-18tube-dbus: check dbus_message_set_sender return valueGuillaume Desmottes1-1/+2
2009-02-23pass object arg to GabbleBytestreamFactoryNegotiateReplyFuncGuillaume Desmottes1-0/+1
2009-02-23tube-dbus: pass object argument to gabble_bytestream_factory_negotiate_streamGuillaume Desmottes1-1/+1
2009-02-13tube-dbus: fix priv->parameters leakGuillaume Desmottes1-0/+2
2009-02-11add FIXME saying we should use tp_dbus_properties_mixin_add_propertiesGuillaume Desmottes1-0/+2
2009-02-11tube-dbus: Parameters property has to be in channel-properties only in incomi...Guillaume Desmottes1-13/+32
2009-02-11tube-dbus: add Parameters to channel-propertiesGuillaume Desmottes1-0/+1
2009-02-11gabble_tube_dbus_offer_d_bus_tube: set parametersGuillaume Desmottes1-0/+2
2009-02-11tube-dbus: Parameters property is now read onlyGuillaume Desmottes1-33/+2
2009-02-10remove Parameters from gabble_tube_dbus_channel_allowed_propertiesGuillaume Desmottes1-1/+0
2009-02-10gabble_tube_dbus_offer_d_bus_tube now takes a parameters propertyGuillaume Desmottes1-0/+1
2009-02-05gabble_tube_dbus_channel_allowed_properties is static nowGuillaume Desmottes1-1/+1
2009-02-05add gabble_tube_dbus_channel_get_allowed_properties function instead of defin...Guillaume Desmottes1-0/+14
2009-02-05tube-dbus: revert changes implementing the group iface and delegate it to the...Guillaume Desmottes1-37/+28
2009-02-05tube-dbus: set offered to TRUE just before actually offering itGuillaume Desmottes1-1/+2
2009-02-05gabble_tube_dbus_offer: don't fire the StateChanged signal as it will be once...Guillaume Desmottes1-3/+0
2009-02-05gabble_tube_dbus_remove_name: remove handle from membersGuillaume Desmottes1-0/+8