summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.3.5telepathy-gabble_0.3.5Robert McQueen2006-09-131-2/+2
* GabbleMediaSession: clarify use of the word "acceptance" in a few placesRobert McQueen2006-09-131-2/+2
* GabbleMediaSession: fix code to match comment (when we set the timer on incom...Robert McQueen2006-09-131-1/+1
* GabbleMediaStream: clarify debug message when emitting SetStreamPlayingRobert McQueen2006-09-131-2/+2
* GabbleMediaSession: rename session-reduce action to content-removeRobert McQueen2006-09-131-10/+11
* GabbleMedia{Session,Stream}: rename state property on stream to connection-stateRobert McQueen2006-09-132-26/+26
* GabbleMedia{Session,Stream}: s/got-codecs/got-local-codecs/Robert McQueen2006-09-122-31/+33
* GabbleMediaSession: emit StreamAdded when the stream is created, rather than ...Robert McQueen2006-09-111-2/+2
* GabbleMediaSession: rename _find_unacceptable_stream -> _stream_not_ready_for...Robert McQueen2006-09-111-9/+9
* GabbleMediaChannel: drop references to streams in priv->streams before unreff...Robert McQueen2006-09-111-12/+13
* GabbleMediaSession: set PRE_ACCEPTED on locally-created streams so that we se...Robert McQueen2006-09-111-0/+2
* GabbleMedia{Session,Stream}: merge in changes from Ole's branch, use g_hash_t...Robert McQueen2006-09-114-101/+464
* GabbleMediaStream: s/voip-engine/stream-engine/2006-09-101-5/+5
* hook in _handle_accept in GabbleMediaSession and remove an unused variable fr...2006-09-102-2/+1
* GabbleMedia{Session,Stream}: add per-stream state and clean up the interactio...2006-09-103-180/+125
* GabbleMediaChannel: fix a minor coding style inconsistency2006-09-101-1/+1
* GabbleMedia{Channel,Session,Stream}: implement RemoveStreams2006-09-106-151/+143
* GabbleMedia{Session,Stream}: add another state to Session and use this to set...2006-09-103-7/+44
* GabbleMediaSession: change initiator to an enum to make the logic clearer2006-09-102-12/+17
* GabbleMediaStream: only set stream playing after Ready is called if we're set...Robert McQueen2006-09-111-1/+2
* GabbleMedia*: regenerate with spec 0.13.5, update RequestStreams to return th...Robert McQueen2006-09-1112-45/+149
* bump version to 0.3.4.1Robert McQueen2006-09-101-1/+1
* bump version to 0.3.4telepathy-gabble_0.3.4Robert McQueen2006-09-101-2/+2
* GabbleMedia{Channel,Session,Stream}: merge ListStreams/StreamAdded/StreamStat...Robert McQueen2006-09-104-13/+47
* GabbleMediaChannel: fix up crashing by moving the ptr array of streams aside ...Robert McQueen2006-09-101-3/+16
* GabbleMediaChannel: fix a stupid g_signal_emit so that StreamStateChanged get...2006-09-081-1/+1
* GabbleMediaChannel: added a missing check in dispose (doh)2006-09-051-1/+2
* GabbleMediaChannel: implement ListStreams (directionality TBD) and emit Strea...2006-09-044-106/+114
* GabbleMedia{Channel,Session,Stream}: regenerate with spec 0.13.4 to rename Ic...Robert McQueen2006-09-1017-62/+182
* s/occured/occurred/Robert McQueen2006-09-1020-199/+199
* Gabble*: regenerate with gengobject.py from spec 0.13.4Robert McQueen2006-09-1057-1489/+3166
* GabbleConnection: edit method order to help resolve conflictsRobert McQueen2006-09-101-28/+28
* Handle contact caps disco errors by trying to request the same information fr...Olli Salli2006-09-061-5/+45
* bump version to 0.3.3.1Robert McQueen2006-09-061-1/+1
* bump version to 0.3.3telepathy-gabble_0.3.3Robert McQueen2006-09-061-2/+2
* GabbleMediaChannel: s/clear/free/ (the session ID)Robert McQueen2006-09-061-1/+1
* GabbleConnection: only unref our self_handle if we're being disconnected from...Robert McQueen2006-09-051-7/+15
* GabbleMedia{Session,Stream}: remove g_object_unref of priv->conn because we n...Robert McQueen2006-09-052-4/+0
* GabbleMuc{Channel,Factory}: avoid passing handle from MUC factory to channel ...Robert McQueen2006-09-043-18/+27
* GabbleMediaSession: fix assertionRobert McQueen2006-09-041-1/+1
* GabbleMediaSession: add asserts to send_reject_message to make sure we only d...Robert McQueen2006-09-041-2/+7
* GabbleMediaStream: rename func to funcs in handle_action for clarity, and add...Robert McQueen2006-09-041-5/+11
* GabbleMediaSession: add an assert that we're adding at most one audio stream ...Robert McQueen2006-09-041-0/+4
* GabbleMediaStream: add a connection property to remove the need to call g_obj...Robert McQueen2006-09-042-25/+35
* GabbleMediaSession: add a connection property and have the media channel set ...Robert McQueen2006-09-042-15/+27
* GabbleMediaChannel: #if 0 the checking for google voice capability when addin...Robert McQueen2006-09-041-0/+2
* don't overwrite construct-time stream mode2006-09-041-2/+0
* GabbleMediaSession: add a per-session maximum of 99 streamsRobert McQueen2006-09-031-26/+25
* cleanup xmlns-related stuff to use lm_message_node_{has,get_child_with}_names...Robert McQueen2006-09-038-70/+46
* GabbleMediaSession: add G_GNUC_PRINTF annotation to _gabble_media_session_deb...Robert McQueen2006-09-032-2/+3