summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-23JingleFactory: add _new() methodWill Thompson3-2/+13
2012-02-23JingleFactory: correct ::new-session's signatureWill Thompson1-2/+2
2012-02-23Split Telepathy<->Jingle enum mapping out of Jingle codeWill Thompson9-32/+83
2012-02-23JingleMediaRtp: drop use of TP_ERRORSWill Thompson2-10/+28
2012-02-23Jingle*: spell out tp_clear_{boxed,pointer}Will Thompson5-14/+28
2012-02-23JingleSession: spell out tp_str_empty()Will Thompson1-1/+1
2012-02-23Jingle*: use wocky_strdiff rather than tp_strdiffWill Thompson6-68/+68
2012-02-23JingleSession: remove GabbleConnection property.Will Thompson3-24/+4
2012-02-23JingleSession: move pre-initiate presence pushes to FactoryWill Thompson2-12/+31
2012-02-23JingleSession: delegate capability queries to factoryWill Thompson2-6/+53
2012-02-23JingleSession: get own full JID from porter.Will Thompson1-6/+4
2012-02-23JingleSession: add a porter property.Will Thompson3-3/+24
2012-02-23JingleFactory: pass self to JingleSessionWill Thompson3-4/+27
2012-02-23JingleContent: don't store a GabbleConnection.Will Thompson3-19/+2
2012-02-23CallStream: don't grab Connection from JingleContent.Will Thompson1-8/+3
2012-02-23MediaStream: don't grab Connection from JingleContent.Will Thompson1-7/+3
2012-02-23MediaStream: add a TpDBusDaemon property.Will Thompson3-8/+30
2012-02-23JingleFactory: remove prototype for long-dead function.Will Thompson1-3/+0
2012-02-23JingleSession: remove unused handle-repo-dynamic import.Will Thompson1-1/+0
2012-02-23JingleInfo: don't crash when disconnecting before reply.Will Thompson1-1/+3
2012-02-23Split google:jingleinfo code out from JingleFactoryWill Thompson12-436/+702
2012-02-23JingleFactory: store WockyPorterWill Thompson1-10/+9
2012-02-23gabble_jingle_session_send: drop callback arguments.Will Thompson3-43/+16
2012-02-23Send session-{initiate,accept} IQs using porter directly.Will Thompson1-12/+45
2012-02-23Content: use porter directly to send content-removeWill Thompson1-6/+9
2012-02-23Session: tolerate being outlived by contentsWill Thompson1-8/+23
2012-02-23Jingle transports: stop using GabbleConnectionWill Thompson4-6/+13
2012-02-23JingleSession: add and use factory accessor.Will Thompson3-9/+23
2012-02-23JingleSession: localize use of peer handle.Will Thompson1-10/+10
2012-02-23JingleSession: remove "peer" GObject property.Will Thompson1-10/+0
2012-02-23JingleSession: remove get_peer_handle.Will Thompson2-8/+1
2012-02-23media-factory: stop using gabble_jingle_session_get_peer_handleWill Thompson1-4/+13
2012-02-23ft-manager: stop using gabble_jingle_session_get_peer_handleWill Thompson1-1/+5
2012-02-23Call: stop using gabble_jingle_session_get_peer_handleWill Thompson2-5/+15
2012-02-23MediaChannel: store peer's handle.Will Thompson3-46/+35
2012-02-23MediaChannel: use gabble_jingle_session_get_peer_handle()Will Thompson1-20/+7
2012-02-23JingleSession: look up presence by WockyContact.Will Thompson1-2/+2
2012-02-23PresenceCache: add WockyContact-based lookup.Will Thompson2-0/+14
2012-02-23util: add helper to fetch TpHandle for WockyContactWill Thompson2-0/+25
2012-02-23JingleMediaRTP: use jingle_session_peer_has_cap()Will Thompson1-14/+2
2012-02-23JingleSession: rename _peer_has_quirk to _peer_has_capWill Thompson4-9/+9
2012-02-23JingleFactory: stop dabbling in handles.Will Thompson5-19/+8
2012-02-23JingleSession: remove defunct handle refcountingWill Thompson1-5/+0
2012-02-23JingleSession: grab resource from WockyResourceContactWill Thompson1-19/+6
2012-02-23JingleSession: hold a WockyContact.Will Thompson3-13/+52
2012-02-23JingleFactory: exclude handle from session map keysWill Thompson1-10/+8
2012-02-23JingleSession: move TpHandle peer to private structureWill Thompson10-23/+44
2012-02-21Distribute headers more normally, and stop trying to distribute gabble/debug.hSimon McVittie1-13/+0
2012-02-21presence-cache: hardcode gtalk's bot capsGuillaume Desmottes1-1/+3
2012-02-21Merge branch 'call1' into master+call1Guillaume Desmottes29-465/+796