summaryrefslogtreecommitdiff
path: root/src/connection.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Use correct client type when calculating hash.Will Thompson1-5/+1
2010-01-27Don't crash on disco requests with no id=''Will Thompson1-0/+5
2010-01-22Add --enable-is-a-phoneWill Thompson1-0/+4
2009-12-07Merge remote branch 'jonnylamb/pee-muc' into telepathy-gabble-0.8Will Thompson1-381/+17
2009-11-23gabble_caps_channel_manager_add_capability: rename to gabble_caps_channel_man...Simon McVittie1-3/+2
2009-11-23connection: add a commenting explaining why the reply to the pmuc-v1 disco replyJonny Lamb1-0/+1
2009-11-23connection: ack the pmuc-v1 cap disco requestJonny Lamb1-0/+5
2009-11-23fd.o#22456: util: get the canonical room name in gabble_normalize_roomJonny Lamb1-1/+1
2009-11-23fd.o#21152: connection: don't disco rooms in RequestHandlesJonny Lamb1-366/+0
2009-11-13connection: always set pmuc-v1 capability when sending presenceJonny Lamb1-12/+8
2009-11-13connection: make get_canonical_room_name non-staticJonny Lamb1-3/+3
2009-10-22Use a hash of the machine ID as default resourceWill Thompson1-7/+12
2009-10-20Use (part of) D-Bus machine ID as default resource.Will Thompson1-4/+19
2009-10-07Merge branch 'improve-caps-cache' into telepathy-gabble-0.8Will Thompson1-27/+45
2009-10-06Serve disco responses from the cacheWill Thompson1-27/+41
2009-10-05Cache our own caps before announcing them.Will Thompson1-0/+4
2009-09-24Add a test for timing out connecting.Will Thompson1-0/+6
2009-09-24Time out connection process after 60 secondsWill Thompson1-0/+52
2009-09-10support setting presence before going onlineDafydd Harries1-7/+23
2009-09-08Merge commit 'smcv/08-video-v1' into telepathy-gabble-0.8Will Thompson1-18/+40
2009-09-02add gabble_encode_jid() and replace ad-hoc string concatentation with calls t...Dafydd Harries1-6/+4
2009-09-02style tweaksDafydd Harries1-2/+0
2009-09-02remove checks made redundant by gabble_decode_jid() changesDafydd Harries1-3/+2
2009-09-02make gabble_decode_jid() return a booleanDafydd Harries1-5/+4
2009-08-20connection_iq_disco_cb: simplify handling of voice-v1 disco, and add video-v1Simon McVittie1-8/+13
2009-08-20connection_iq_disco_cb: factor out _gabble_connection_send_or_complain and ad...Simon McVittie1-10/+27
2009-08-18Use tp-glib API to implement Location interfaceGuillaume Desmottes1-3/+3
2009-08-17use g_timeout_add_seconds() instead of g_timeout_add() where possibleDafydd Harries1-1/+1
2009-08-14add support for the 'location' attribute in the Contacts interfaceGuillaume Desmottes1-0/+1
2009-07-28Add G_PARAM_CONSTRUCT to the fallback-stun-server propertySjoerd Simons1-1/+1
2009-07-28Remove spurious debug message.Will Thompson1-2/+0
2009-07-22gabble_connection_set_property: free previous fallback_socks5_proxies if anyGuillaume Desmottes1-0/+2
2009-07-01Set LM_DEBUG=net and override the log handler when LM_DEBUG is not set.Jonny Lamb1-0/+4
2009-06-29connection.c: use node iteration wrappersDafydd Harries1-9/+12
2009-06-29'keepalive-interval' should be CONSTRUCT not _ONLYWill Thompson1-1/+1
2009-06-29GabbleConnection:port should be [1, G_MAXUINT16]Will Thompson1-1/+1
2009-06-29Ignore port=5222 if we think we know better.Will Thompson1-8/+15
2009-06-22Update 'google-video' to current masterWill Thompson1-3/+36
2009-06-17Merge branch 'namespace-sid-by-peer'Will Thompson1-0/+17
2009-06-15Add a keepalive-interval connection parameter.Will Thompson1-2/+17
2009-06-10Add gabble_connection_get_full_jid()Will Thompson1-0/+17
2009-05-26Always advertise Location.DRAFTPierre-Luc Beaudoin1-1/+2
2009-05-26Add support for google video capabilitiesSjoerd Simons1-2/+19
2009-05-21Rename the known list to the stored listAlban Crequy1-1/+1
2009-05-14Default resource to Telepathy.<random hex>Will Thompson1-3/+22
2009-04-25Expose <host-unknown> during login as Auth_FailedWill Thompson1-10/+26
2009-04-25Prevent LmConn disconnection callback firing twiceWill Thompson1-0/+7
2009-04-08Merge commit 'smcv/spec22-avatars'Will Thompson1-0/+7
2009-04-08Conflict maps to NotYours during registrationWill Thompson1-1/+1
2009-04-03Merge branch 'master' into file-transferGuillaume Desmottes1-0/+28