summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
Commit message (Expand)AuthorAgeFilesLines
...
* add a GError argument to gibber_bytestream_iface_close as in Gabble (not used...Guillaume Desmottes2007-10-171-3/+3
* use gibber_muc_connection_new_stream to allocate the stream used with D-Bus t...Guillaume Desmottes2007-10-251-10/+3
* tube-dbus: salut_tube_dbus_add_name: check D-Bus name if it starts with ":2."Guillaume Desmottes2007-10-231-0/+18
* tube-dbus: add public functions to add/remove name to/from dbus namesGuillaume Desmottes2007-10-231-0/+58
* tube-dbus: use new algorithm to generate D-Bus local nameGuillaume Desmottes2007-10-231-3/+53
* add a bytestream argument to tube_dbus_new and create_new_tube as in GabbleGuillaume Desmottes2007-10-151-2/+8
* add a GError argument to salut_tube_iface_accept as in GabbleGuillaume Desmottes2007-10-151-4/+7
* tube-dbus: implement message reassembly (code from Gabble)Guillaume Desmottes2007-10-151-26/+162
* tube-dbus: use a switch in get_tube_stateGuillaume Desmottes2007-10-151-13/+15
* simplify salut_tube_dbus_initGuillaume Desmottes2007-10-151-5/+0
* tube-dbus: dbus_local_name and dbus_names are now muc specificGuillaume Desmottes2007-10-151-40/+51
* tube-dbus: unlink socket when disposing, retry if dbus_server_listen failed (...Guillaume Desmottes2007-10-151-18/+52
* use tp-glib tubes enum/functionsGuillaume Desmottes2007-10-151-8/+7
* move common tubes properties definitions to tube-iface.cGuillaume Desmottes2007-10-151-121/+20
* use GibberBytestreamMuc for Muc D-Bus tubes (re-written and re-recorded)Guillaume Desmottes2007-09-271-3/+3
* tube-dbus: use the handle-type to determine if we need SI reply or not. Remov...Guillaume Desmottes2007-09-271-37/+2
* tube-dbus tube-iface: use GibberBytestreamIface instead of GibberBytestreamIBBGuillaume Desmottes2007-09-271-14/+13
* use GibberBytestreamState enum instead of GibberBytestreamIBBStateGuillaume Desmottes2007-09-271-16/+16
* Drop dependency on libtelepathy-glib-unstable; instead implement Tubes channe...Simon McVittie2007-08-081-17/+15
* tube-dbus: we really have to check if destination != NULL to manage broadcast...Guillaume Desmottes2007-06-271-1/+3
* tube-dbus.c: directly use g_cclosure_marshal_VOID__VOID instead of our own ma...Guillaume Desmottes2007-06-271-3/+2
* intented > intendedGuillaume Desmottes2007-06-271-2/+2
* tube-dbus: remove useless dbus_message_get_destination extra callsGuillaume Desmottes2007-06-271-3/+2
* tube-dbus: rewrite PROP_MUC_CONNECTION descriptionGuillaume Desmottes2007-06-271-2/+2
* tube-dbus.c: set bytestream state in a variable to avoid double g_object_newGuillaume Desmottes2007-06-271-17/+12
* remove unwanted double spaceGuillaume Desmottes2007-06-261-1/+1
* tube-dbus.c: pass the contact_repo to unref_handle_foreach instead of the tub...Guillaume Desmottes2007-06-261-5/+5
* tube-dbus.c: set priv->muc_connection to NULL after we unrefed itGuillaume Desmottes2007-06-261-0/+1
* tube-dbus: ref the muc-connectionGuillaume Desmottes2007-06-261-0/+6
* tube-dbus.c: properly initiate the bytestream when we create it the local pen...Guillaume Desmottes2007-06-251-2/+4
* add tube-dbus.[ch] and tube-dbus-signals-marshal.listGuillaume Desmottes2007-06-221-0/+1031