summaryrefslogtreecommitdiff
path: root/src/media-channel-hold.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-8/+8
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+1
2012-05-17configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb1-0/+2
2012-02-23MediaChannel: store peer's handle.Will Thompson1-8/+5
2012-02-23JingleSession: move TpHandle peer to private structureWill Thompson1-3/+9
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2009-07-30Don't fall through on unexpected hold state changesWill Thompson1-0/+1
2009-06-05Send <hold/> if necessary after session-initiateWill Thompson1-3/+3
2009-06-05Move to desired hold state when no streams existWill Thompson1-5/+41
2009-06-05Use switches in Hold state machineWill Thompson1-29/+27
2009-06-05Don't try to send <(un)hold/> before session existsWill Thompson1-6/+6
2009-06-01Don't assume session is non-NULL in GetCallStateWill Thompson1-2/+3
2009-05-21Set individual ringing/hold/mute flags.Will Thompson1-80/+29
2009-05-20Update incoming <hold/>, etc. to match current XEP-0167Will Thompson1-20/+19
2009-04-14Move CallState code to media-channel-hold.cWill Thompson1-19/+154
2009-04-14Inline inform_peer_of_[un]holdWill Thompson1-15/+2
2009-04-14Split Hold implementation to a separate source file.Will Thompson1-0/+312