summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-23configure.ac: remove apostrophe from a help message so syntax highlighting worksSimon McVittie1-1/+1
2012-03-23telepathy-gabble.pc: link to WockySimon McVittie1-1/+1
2012-03-22start on 0.15.6Jonny Lamb2-1/+6
2012-03-22version 0.15.5telepathy-gabble-0.15.5Jonny Lamb2-4/+25
2012-03-22configure: depend on telepathy-glib 0.17.7Jonny Lamb1-1/+1
2012-03-22Merge branch 'disable-voip'Marco Barisione84-133/+672
2012-03-22Allow to disable VoIP-related code with --disable-voipMarco Barisione84-125/+672
2012-03-22There is no need to include non-compiled files in EXTRA_DISTMarco Barisione1-8/+0
2012-03-20CallStream: Replace want_send with the local sending state of the StreamOlivier Crête2-13/+8
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-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