summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bytestream-manager: unref the bystream when it's closed. It's the responsibil...snapshot_after_merging_Clique_protocol_and_stream_tubesGuillaume Desmottes2007-11-021-1/+1
* Ignore OOB close stanza - it doesn't make sense for OOB TCP streams that we i...Simon McVittie2007-11-011-4/+1
* tube-stream: remove useless blank lineGuillaume Desmottes2007-11-011-1/+0
* tube-stream: create the transport when the bystream is open as we are not abl...Guillaume Desmottes2007-11-011-44/+66
* tube-stream: use GibberTransport instead of reinventing our ownGuillaume Desmottes2007-11-011-160/+98
* bytestream-manager: remove unnecessary casts from (gchar *) to (const gchar *)Guillaume Desmottes2007-10-291-2/+2
* salut_tubes_channel_get_stream_tube_socket_address: don't hardcode unix typeGuillaume Desmottes2007-10-261-1/+3
* tubes-channel: salut_tubes_channel_bytestream_offered: close the bytestream i...Guillaume Desmottes2007-10-261-13/+8
* tubes-channe: remove 1-1 tubes commented codeGuillaume Desmottes2007-10-261-76/+0
* salut-muc-manager.c: salut_muc_manager_handle_si_stream_request: close the by...Guillaume Desmottes2007-10-261-4/+3
* salut-bytestream-manager.c: use gibber_bytestream_oob_set_check_addr_func to ...Guillaume Desmottes2007-10-261-0/+41
* add gibber_bytestream_oob_set_check_addr_func to let bytestream user define a...Guillaume Desmottes2007-10-262-2/+35
* bytestream-manager: the free of host_name_fqdn have to be done in the finaliz...Guillaume Desmottes2007-10-251-1/+14
* bytestream-manager: assert host_name_fqdn is not NULL in constructorGuillaume Desmottes2007-10-251-0/+1
* add a "host-name-fqdn" property to the bytestream-mananager so we use the hos...Guillaume Desmottes2007-10-253-14/+33
* fix confict with -protocol and make it buildGuillaume Desmottes2007-10-252-14/+18
* bytestream-oob: send the IQ response only if we are the recipient of the byte...Guillaume Desmottes2007-10-251-14/+33
* bytestream-manager.c: unref the bytestream *after* the call to gibber_bytestr...Guillaume Desmottes2007-10-251-1/+1
* bytestream-oob: ref the xmpp-connection and disconnect its signal when disposingGuillaume Desmottes2007-10-251-0/+10
* bytestream-oob: add a TODO about IPv6 literals in URLGuillaume Desmottes2007-10-241-0/+3
* bytestream-oob: add a FIXME in parse_oob_iq_resultGuillaume Desmottes2007-10-241-0/+1
* bytestream-oob: explicitely say in the host parameter description than it hav...Guillaume Desmottes2007-10-231-1/+1
* tubes-channel: when creating a new stream tube, set its initiator according t...Guillaume Desmottes2007-10-231-0/+28
* tubes-channel: extract_tube_information: allow initiator to be NULLGuillaume Desmottes2007-10-231-5/+13
* bytestream-oob: call set_transport before connect and open_fd so we don't hav...Guillaume Desmottes2007-10-231-15/+2
* bytestream-oob: don't expect transport's connect is synchronousGuillaume Desmottes2007-10-231-36/+45
* fix stanza leak in gibber_bytestream_oob_acceptGuillaume Desmottes2007-10-231-0/+1
* bytestream-oob: close the transport when disposing the bytestreamGuillaume Desmottes2007-10-231-0/+1
* bytestream-oob: close the bytestream if the transport is disconnectedGuillaume Desmottes2007-10-231-0/+15
* bytestream-oob: use GibberTransport instead of reimplementing our ownGuillaume Desmottes2007-10-231-213/+40
* bytestream-oob: coding style fixGuillaume Desmottes2007-10-231-1/+1
* bytestream-oob: normalize_address was renamed to gibber_normalize_addressGuillaume Desmottes2007-10-221-1/+1
* bytestream-oob: remove temporary buffer in data_io_in_cbGuillaume Desmottes2007-10-221-10/+7
* bytestream-obb: add a write bufferGuillaume Desmottes2007-10-221-30/+118
* bytestream-obb: close the bytestream if an error occurs when writing to the s...Guillaume Desmottes2007-10-221-6/+22
* allow func argument of gibber_bytestream_{oob,ibb}_accept to be NULLGuillaume Desmottes2007-10-222-4/+10
* rename parse_oob_close_iq to parse_oob_iq_resultGuillaume Desmottes2007-10-221-3/+3
* bytestream-oob: use gibber-util's normalize_address instead of our own copyGuillaume Desmottes2007-10-221-21/+1
* tubes-channel: remove the request attribute in the call of update_tubes_info ...Guillaume Desmottes2007-10-221-1/+1
* bytestream-oob: make normalize_address more portableGuillaume Desmottes2007-10-221-1/+8
* bytestream-oob: don't bufferize data. Let the higher layer do thatGuillaume Desmottes2007-10-221-33/+19
* bytestream-ibb: remove usless return in xmpp_connection_received_stanza_cbGuillaume Desmottes2007-10-221-1/+0
* bytestream-ibb.c: inline send_stanzaGuillaume Desmottes2007-10-221-14/+4
* add GIBBER_TELEPATHY_NS_RMULTICAST namespace and use it in bytestream-mucGuillaume Desmottes2007-10-192-1/+5
* bytestream-oob: send item-not-found error if connect to peer failedGuillaume Desmottes2007-10-191-1/+8
* bytestream-manager.c: improve parsing in si_request_reply_cbGuillaume Desmottes2007-10-191-54/+66
* bytestream-manager: remove double breakGuillaume Desmottes2007-10-191-1/+0
* bytestream-manager.c: properly send IQ error in si_request_cbGuillaume Desmottes2007-10-191-62/+29
* gibber-iq-helper.c: add a TODO in gibber_iq_helper_new_error_replyGuillaume Desmottes2007-10-191-0/+2
* check-gibber-iq-helper.c: update to use new gibber_iq_helper_new_error_reply APIGuillaume Desmottes2007-10-191-1/+22