summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | CallChannel uses "handle" instead of "peer".Mike Ruprecht2010-01-211-5/+5
| * | In EnsureChannel, check pending call channels as well.Mike Ruprecht2010-01-201-0/+17
| * | Support EnsureChannel.Mike Ruprecht2010-01-201-4/+33
* | | Merge remote branch 'maiku/replace-codecoffers'Sjoerd Simons2010-01-224-8/+131
|\ \ \
| * | | Keep count of the pending CodecOffers.Mike Ruprecht2010-01-211-4/+21
| * | | Unregister Contents and their Streams from DBus ASAP after deiniting.Mike Ruprecht2010-01-201-0/+14
| * | | Skip setting codecs if the offer is invalid.Mike Ruprecht2010-01-201-4/+5
| * | | Unleak when switching CodecOffers.Mike Ruprecht2010-01-201-0/+2
| * | | Unregister CodecOffer from the bus immediately when cancelled.Mike Ruprecht2010-01-201-0/+3
| * | | Remove AsyncResult dispose code from CodecOffer.Mike Ruprecht2010-01-201-17/+0
| * | | Implement Reject on CallContentCodecoffer.Mike Ruprecht2010-01-201-0/+28
| * | | Add a _deinit function to CallContent.Mike Ruprecht2010-01-203-2/+21
| * | | Handle switching CodecOffers in CallContent.Mike Ruprecht2010-01-201-5/+13
| * | | Handle a GCancellable passed to gabble_call_content_codecoffer_offer.Mike Ruprecht2010-01-201-0/+48
| |/ /
* | | Merge remote branch 'maiku/handle-new-content'Sjoerd Simons2010-01-225-7/+132
|\ \ \
| * | | Use a function to get the local sending state.Mike Ruprecht2010-01-203-12/+20
| * | | Simplify an if statement.Mike Ruprecht2010-01-201-2/+1
| * | | Set sending state to sending if the local side created it.Mike Ruprecht2010-01-201-1/+3
| * | | In Accept(), set sending state from Pending to Sending automatically.Mike Ruprecht2010-01-203-0/+32
| * | | Fix SetSending to correctly set senders and update Jingle.Mike Ruprecht2010-01-202-8/+66
| * | | Handle when the remote end adds a content to the session.Mike Ruprecht2010-01-201-0/+26
| |/ /
* | | Add --enable-is-a-phoneWill Thompson2010-01-221-0/+4
* | | Show plugins' version in debug outputWill Thompson2010-01-211-2/+6
* | | Add a version field to GabblePluginInterface.Will Thompson2010-01-211-0/+8
* | | Add debug messages for unexpected events in Accept().Mike Ruprecht2010-01-201-0/+3
* | | Modify error message wording.Mike Ruprecht2010-01-201-1/+1
* | | Set the Ringing_Locally flag when Ringing is called.Mike Ruprecht2010-01-201-2/+29
* | | Ensure Accept isn't called in an invalid state.Mike Ruprecht2010-01-201-0/+16
* | | Return an error if AddContent is called on an ended Call.Mike Ruprecht2010-01-201-0/+8
* | | Don't send a content-modify message if the content hasn't been sent yet.Mike Ruprecht2010-01-201-4/+7
* | | Ensure that InitialAudio and/or InitialVideo is set.Mike Ruprecht2010-01-201-2/+9
|/ /
* | Merge remote branch 'danni/pmuc'Sjoerd Simons2010-01-156-23/+446
|\ \
| * | Remove requirement that InitialInvitee{IDs,Handles} are mutually exclusiveDanielle Madeley2010-01-131-7/+0
| * | Use that quirk to decide when to create a chat on Google's serverDanielle Madeley2010-01-131-7/+26
| * | Add a quirk capability to detect the Google webmail client from its c@nodeDanielle Madeley2010-01-132-0/+33
| * | Make checks for NULLness explicitDanielle Madeley2010-01-091-3/+3
| * | Small style fixes from review.Danielle Madeley2010-01-091-7/+8
| * | g_warning -> DEBUGDanielle Madeley2010-01-091-5/+5
| * | Don't free strings not owned by usSjoerd Simons2010-01-081-1/+1
| * | Ensure that the Initial{Channels,Handles} is never NULLSjoerd Simons2010-01-082-0/+8
| * | Refactor a bit so that the Conference interface on named MUCsDanielle Madeley2010-01-081-67/+55
| * | Some small fixes to propsDanielle Madeley2010-01-082-11/+11
| * | Add Conference immutable properties to PROP_CHANNEL_PROPERTIESDanielle Madeley2010-01-081-0/+5
| * | Add Conference properties to GabbleMucChannelDanielle Madeley2010-01-082-7/+134
| * | Add support for <continue/> to invites coming from InitialChannelsDanielle Madeley2010-01-084-42/+70
| * | Remove API from GabbleImChannelDanielle Madeley2010-01-082-26/+0
| * | Use GObject properties instead of introduced API on GabbleMucChannelDanielle Madeley2010-01-081-5/+10
| * | Invite initial invitees to MUCDanielle Madeley2010-01-081-3/+18
| * | Actually connect to a Google PMUCDanielle Madeley2010-01-081-8/+53
| * | Process InitialInviteeHandles and InitialInviteeIDsDanielle Madeley2010-01-081-6/+85