summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-07Version 0.1.6telepathy-salut_0.1.6Simon McVittie1-2/+2
2007-11-06Correct misleading comment: there are >3 known properties nowSimon McVittie1-1/+1
2007-11-06Remove SALUT_CONTACT_OLPC_IP4, SALUT_CONTACT_OLPC_IP6 bitfield flags (both ar...Simon McVittie3-7/+3
2007-08-28add ip4-address and ip6-address as known buddy propertiesGuillaume Desmottes1-1/+2
2007-08-27fix conflict with the IP buddy property patchGuillaume Desmottes1-2/+6
2007-07-15Put IPv4 and IPv6 addresses into buddy propertiesDan Williams3-12/+64
2007-11-06salut-contact: set presence timeout to 20 minutesGuillaume Desmottes1-1/+1
2007-10-29salut-contact: contact_failed_cb: fix test checking if there is already a timerGuillaume Desmottes1-1/+1
2007-10-29salut-contact: the timeout is in the millisecond, not secondGuillaume Desmottes1-1/+1
2007-10-29salut-contact: when presence resolver fails, remove the contact after a timer...Guillaume Desmottes1-2/+33
2007-11-05Fix conflictsSimon McVittie1-11/+14
2007-11-05Add telepathy-salut.8 man pageSimon McVittie3-1/+52
2007-11-02Don't check for protocol attribute, we no longer send itSimon McVittie1-9/+2
2007-11-02docs/: fix XMLSimon McVittie1-1/+2
2007-11-02Change OLPC activity DNS-SD records to _olpc-activity1._udpSimon McVittie1-1/+1
2007-11-02Use #defines for DNS-SD service types. Rename _salut-room._udp to _clique._udpSimon McVittie6-13/+17
2007-11-02Remove unused ansi.hSimon McVittie2-26/+1
2007-11-02Remove now-useless namespaces.hSimon McVittie2-25/+1
2007-11-02Fix up inclusions of namespace headersSimon McVittie7-8/+3
2007-11-02Recommend 239.255.71.x in documentationSimon McVittie1-4/+6
2007-11-02Replace some references to rMulticast with CliqueSimon McVittie2-3/+5
2007-11-02Document mDNS use for CliqueSimon McVittie1-3/+55
2007-11-02Use new Clique namespace to represent the Clique protocol (XMPP-like messages...Simon McVittie7-82/+37
2007-11-02clique.xml: call it Clique in the introSimon McVittie1-4/+6
2007-11-02Rename docs/room-invitation.xml to docs/clique.xmlSimon McVittie2-1/+1
2007-11-01Change namespace in documentation to match codeSimon McVittie1-3/+3
2007-11-01Add room-invitation protocol descriptionSimon McVittie6-1/+167
2007-10-22Echo broadcast messages that are from us (rMulticast aux bytestreams don't echo)Simon McVittie1-0/+14
2007-10-22Rename NS_LLMUC to NS_TP_LL_ROOM_INVITATION and put it in the telepathy.fd.o/...Simon McVittie4-5/+9
2007-11-02bytestream-manager: unref the bystream when it's closed. It's the responsibil...snapshot_after_merging_Clique_protocol_and_stream_tubesGuillaume Desmottes1-1/+1
2007-11-01Ignore OOB close stanza - it doesn't make sense for OOB TCP streams that we i...Simon McVittie1-4/+1
2007-11-01tube-stream: remove useless blank lineGuillaume Desmottes1-1/+0
2007-11-01tube-stream: create the transport when the bystream is open as we are not abl...Guillaume Desmottes1-44/+66
2007-11-01tube-stream: use GibberTransport instead of reinventing our ownGuillaume Desmottes1-160/+98
2007-10-29bytestream-manager: remove unnecessary casts from (gchar *) to (const gchar *)Guillaume Desmottes1-2/+2
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-26salut-muc-manager.c: salut_muc_manager_handle_si_stream_request: close the by...Guillaume Desmottes1-4/+3
2007-10-26salut-bytestream-manager.c: use gibber_bytestream_oob_set_check_addr_func to ...Guillaume Desmottes1-0/+41
2007-10-26add gibber_bytestream_oob_set_check_addr_func to let bytestream user define a...Guillaume Desmottes2-2/+35
2007-10-25bytestream-manager: the free of host_name_fqdn have to be done in the finaliz...Guillaume Desmottes1-1/+14
2007-10-25bytestream-manager: assert host_name_fqdn is not NULL in constructorGuillaume Desmottes1-0/+1
2007-10-25add a "host-name-fqdn" property to the bytestream-mananager so we use the hos...Guillaume Desmottes3-14/+33
2007-10-25fix confict with -protocol and make it buildGuillaume Desmottes2-14/+18
2007-10-25bytestream-oob: send the IQ response only if we are the recipient of the byte...Guillaume Desmottes1-14/+33
2007-10-25bytestream-manager.c: unref the bytestream *after* the call to gibber_bytestr...Guillaume Desmottes1-1/+1
2007-10-25bytestream-oob: ref the xmpp-connection and disconnect its signal when disposingGuillaume Desmottes1-0/+10
2007-10-24bytestream-oob: add a TODO about IPv6 literals in URLGuillaume Desmottes1-0/+3
2007-10-24bytestream-oob: add a FIXME in parse_oob_iq_resultGuillaume Desmottes1-0/+1