summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-16CallStream: Set local sending to true if a locally-created content wants to sendOlivier Crête2-2/+15
2012-03-16Also check the sending state of non-initial streamsOlivier Crête2-13/+17
2012-03-13tests: Expect new contents to be pending_start receivingOlivier Crête1-2/+6
2012-03-09Fix unit tests to use the Telepathy candidate typesOlivier Crête2-8/+12
2012-03-09Convert Telepathy types to Jingle types correctlyOlivier Crête1-12/+9
2012-03-09Correctly convert JingleCandidateType to Telepathy typesOlivier Crête1-1/+17
2012-03-09tube-iface: remove duplicated propertiesJonny Lamb1-26/+0
2012-03-09Link plugins in the same way on Unix as on WindowsSimon McVittie1-2/+0
2012-03-09Build Wocky as a version-specific shared librarySimon McVittie3-11/+8
2012-03-09Use the standard EXEEXT variable rather than reinventing itSimon McVittie1-6/+2
2012-03-07servicetest: silence unittestJonny Lamb1-2/+14
2012-03-01Merge branch 'detp-jingle'Will Thompson53-1205/+2177
2012-02-29Merge branch 'base-channels'Jonny Lamb13-1217/+685
2012-02-29CallStream style: add a missing blank line.Will Thompson1-0/+1
2012-02-29JingleMint: rename ::new-session to ::incoming-sessionWill Thompson3-6/+5
2012-02-29JingleInfo: chain up at the end of disposeWill Thompson1-3/+3
2012-02-29JingleSession: don't leak in initiate/accept callbacksWill Thompson1-0/+2
2012-02-29Include config.h to have GLIB_DISABLE_DEPRECATION_WARNINGS definedXavier Claessens1-0/+1
2012-02-23JingleSession: make _new() take a dialect.Will Thompson7-19/+18
2012-02-23Represent Jingle relays by a struct, not an aa{sv}Will Thompson8-81/+122
2012-02-23Jingle*: stop including util.hWill Thompson7-7/+0
2012-02-23JingleFactory: drop use of gabble_signal_connect_weak()Will Thompson1-1/+13
2012-02-23Remove unused JingleInitiator type.Will Thompson1-6/+0
2012-02-23Move Jingle enums and typedefs to a new jingle-types.hWill Thompson16-115/+144
2012-02-23JingleFactory: correct TpChannelGroupChangeReason referenceWill Thompson1-4/+4
2012-02-23JingleFactory: drop GabbleConnection dependency.Will Thompson3-39/+46
2012-02-23JingleFactory: store WockySession as well as PorterWill Thompson1-4/+11
2012-02-23JingleFactory: propagate caps queries out to MintWill Thompson2-19/+60
2012-02-23JingleFactory: move pre-initiate presence pushes to MintWill Thompson2-23/+23
2012-02-23JingleFactory: emit ::new-session for outgoing sessions tooWill Thompson2-7/+17
2012-02-23JingleFactory: explain why create_session() can't emit new-sessionWill Thompson1-0/+6
2012-02-23JingleFactory: move connection status monitoring to MintWill Thompson2-55/+63
2012-02-23JingleFactory: call stop() from dispose()Will Thompson1-0/+2
2012-02-23JingleFactory: refactor handler-unregistration to a methodWill Thompson2-6/+16
2012-02-23Wrap JingleFactory in a new class, JingleMint.Will Thompson11-24/+302
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