summaryrefslogtreecommitdiff
path: root/src/jingle-content.c
Commit message (Expand)AuthorAgeFilesLines
...
* Jingle: handle incoming description-infoSenko Rasic2009-03-021-0/+16
* On CodecsUpdated, send the update to peer in description-infoSenko Rasic2009-03-021-0/+22
* Remove the content timer when the content is acceptedSjoerd Simons2009-03-011-0/+4
* Correctly set the creator attributeSjoerd Simons2009-03-011-4/+10
* Add and use gabble_jingle_transport_iface_new()Simon McVittie2009-02-251-6/+4
* GabbleJingleContent: use proper accessors to find transport GTypesSimon McVittie2009-02-251-7/+6
* Dispose in Jingle Content: reset the source id to zero after removing themAlban Crequy2009-02-171-2/+8
* Merge branch 'local-bidirectional-streams-fix'Senko Rasic2009-02-171-0/+12
|\
| * make locally created streams bidirectional by defaultSenko Rasic2009-02-171-0/+12
* | Jingle content: Cancel pending g_idle_add in disposeAlban Crequy2009-02-131-1/+6
* | Coding style: reduce indentationWill Thompson2009-02-131-1/+1
|/
* JingleContent: remove ack timer in dispose if it's still runningSenko Rasic2009-02-121-1/+5
* fd.o#20003: GabbleJingle*: use GPOINTER_TO_SIZE for GTypesSimon McVittie2009-02-081-3/+3
* GabbleJingleContent: don't update content senders if they haven't changedSenko Rasic2008-11-141-5/+10
* workaround for Loudmouth not handling xml namespacesSenko Rasic2008-11-141-9/+12
* GabbleMediaStream: use SetSupportedCodecs when we're stream responderSenko Rasic2008-11-141-0/+6
* refactor jingle candidate sending so they're sent for non-initial contents tooSenko Rasic2008-11-121-8/+9
* GabbleJingleContent: senders are optional instead of required attributeSenko Rasic2008-11-121-24/+12
* GabbleJingleContent: destroy timeout timer before content is disposedSenko Rasic2008-11-051-5/+8
* GabbleJingleContent: implemented timeout for content additionSenko Rasic2008-11-051-0/+30
* GabbleJingleSession: retransmit candidates if gtalk3 dialect is detected in t...Senko Rasic2008-11-051-1/+8
* improving jingle code readabilitySenko Rasic2008-11-041-3/+3
* removed unused JingleContent "ready" propertySenko Rasic2008-11-041-34/+0
* reordered private headers and makefile sources in alphabetical orderSenko Rasic2008-11-041-3/+3
* taking advantage of static typechecks for Jingle*PrivateSenko Rasic2008-11-041-3/+1
* simplified debugging messages in jingle codeSenko Rasic2008-11-031-25/+3
* JingleSession: use enum->string->enum functions instead of table lookupSenko Rasic2008-11-031-14/+42
* fix crash if content remove is acknowledged after session terminationSenko Rasic2008-10-311-0/+3
* refactored and simplified content removal codeSenko Rasic2008-10-311-3/+7
* properly dispose of MediaStreams when content is removed or rejectedSenko Rasic2008-10-311-23/+54
* JingleSession: don't require explicit content senders for older dialectsSenko Rasic2008-10-211-14/+25
* Merge commit 'wjt/jingle' into jingleSenko Rasic2008-10-211-2/+2
|\
| * Coding style: if (foo != NULL) rather than if (foo) for pointer typesWill Thompson2008-10-151-2/+2
* | Actually commited half of the content-* related changes, thanks gitSenko Rasic2008-10-211-18/+59
* | Fixed content-add/accept/remove, prepared twisted test to check behaviour of ...Senko Rasic2008-10-211-21/+111
|/
* Simplified readiness-checking logic for contents, added support for content-a...Senko Rasic2008-10-141-29/+111
* Merge commit 'wjt/jingle' into jingleSenko Rasic2008-10-131-1/+1
|\
| * Fix a number of coding style violations.Will Thompson2008-10-131-1/+1
* | making calls/tests working again after content addition/removal refactorizationSenko Rasic2008-10-131-2/+3
|/
* bolted the new jingle engine onto gabbleSenko Rasic2008-10-131-39/+177
* Continuing work on new jingle engine.Senko Rasic2008-09-241-96/+201
* Updated new jingle code to new file naming scheme without gabble- prefixSenko Rasic2008-09-171-1/+1
* first attempt at refactoring jingle signalling support into separate subsystemSenko Rasic2008-09-161-0/+435