summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-07muc_factory_broadcast_presence(): don't crash if disconnectedWill Thompson1-0/+3
2012-10-21connection: Don't reset the capabilities in UpdateCapabilitiesDebarshi Ray3-37/+2
2012-09-11Now that camera-v1 has a caps URI, don't treat it as part of video-v1Simon McVittie2-3/+7
2012-09-11Add Google camera-v1 as a first-class caps bundleSimon McVittie4-0/+20
2012-07-11server-tls-manager: deal with modification of the GList while iterating itJonny Lamb1-2/+11
2012-06-20GabbleServerTLSManager: Support multiple consecutive TLS verificationsXavier Claessens2-65/+98
2012-06-02Fix for initiating a video call from an Android tablet.Marcus Lundblad2-1/+15
2012-06-02Make Android 4.0 GTalk contacts appear as capable of a/v calls.Marcus Lundblad1-0/+2
2012-05-10Fix a leak in: tp_handles_unref() does not unref the arrayXavier Claessens1-0/+2
2012-04-04add missing config.h includesGuillaume Desmottes33-1/+41
2012-04-04include config.h in the generated gabble-enumtypes.cGuillaume Desmottes1-0/+1
2012-04-02Merge branch '47999-handle-ibb-errors'Will Thompson1-39/+39
2012-03-28bytestream-ibb: handle IQ send errorsWill Thompson1-37/+37
2012-03-28bytestream-ibb: correct send_data's return value.Will Thompson1-2/+2
2012-03-27ContactList: downloading the roster at connection depends on a connection par...Alban Crequy3-7/+96
2012-03-27gabble_roster_unpublish_async: correct the source tagAlban Crequy1-1/+1
2012-03-27gabble_roster_authorize_publication_async: correct the source tagAlban Crequy1-1/+1
2012-03-23Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie1-1/+1
2012-03-23Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie1-1/+1
2012-03-22Allow to disable VoIP-related code with --disable-voipMarco Barisione15-77/+255
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ête1-12/+7
2012-03-16CallStream: Set local sending to true if a locally-created content wants to sendOlivier Crête1-0/+9
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-09Build Wocky as a version-specific shared librarySimon McVittie1-1/+7
2012-03-01Merge branch 'detp-jingle'Will Thompson51-1204/+2168
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