summaryrefslogtreecommitdiff
path: root/src/media-channel-hold.c
AgeCommit message (Expand)AuthorFilesLines
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