summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* GabbleDebug: add G_GNUC_PRINTF annotation to gabble_debug definition to catch...Robert McQueen2006-09-032-2/+5
* GabblePresence: make gabble_presence_resource_has_caps check the resource nam...Robert McQueen2006-09-031-1/+2
* GabbleMediaStream: set <description> xmlns to video if it's a video streamRobert McQueen2006-09-031-0/+2
* GabbleMediaStream: default to MODE_JINGLERobert McQueen2006-09-031-5/+0
* GabblePresence: add gabble_presence_resource_has_caps which we need to see if...Robert McQueen2006-09-032-0/+24
* GabbleMediaSession: implement _gabble_media_session_request_streams... youchRobert McQueen2006-09-032-1/+217
* GabbleMediaSession: make the _gabble_media_session_stream_state function not ...Robert McQueen2006-09-031-0/+5
* GabbleMediaSession: don't send terminate or reject messages if there's no pee...Robert McQueen2006-09-031-0/+6
* GabbleMediaSession: disable the automatic requesting of a voice stream in eve...Robert McQueen2006-09-031-2/+4
* GabbleMediaSession: make create_media_stream return the stream IDRobert McQueen2006-09-031-3/+4
* GabbleMediaChannel: pass RequestStreams off to the session after validating t...Robert McQueen2006-09-031-4/+21
* GabbleDisco: fix totally badgered disco behaviour where only one request was ...Robert McQueen2006-09-011-8/+9
* GabblePresenceCache: remove handles from the handle set when we remove them f...Robert McQueen2006-09-011-1/+1
* GabbleMediaSession: only send accept after the streams are all readyRobert McQueen2006-09-011-4/+13
* GabbleMediaStream: fix unitialised values in codec parameter sending codeRobert McQueen2006-09-011-1/+1
* GabbleMediaStream: allow multiple handlers for a single action, and make hand...Robert McQueen2006-09-011-99/+175
* GabbleMediaSession: allocate the stream ID inside create_media_streamRobert McQueen2006-09-011-16/+14
* GabblePresenceCache: add missing disco error-checking to _caps_disco_cb2006-09-011-0/+6
* GabbleMediaStream: send jingle-compliant candidates2006-09-013-15/+43
* Fix conflict2006-08-311-1/+1
* GabbleConnection: fixed syntax error2006-08-311-1/+1
* GabbleMediaStream: send transport-info as action instead of candidates when i...2006-09-011-2/+9
* GabbleMediaFactory: handle the sid attribute as that's what jingle uses2006-09-011-6/+9
* I take that back, NOW we do :P2006-09-011-1/+1
* send jingle-compliant session-initiate2006-09-013-24/+86
* GabbleMediaStream: add codec parameters on outgoing stanzas2006-08-311-11/+96
* only check that people are callable when calling them, not when receiving a callRobert McQueen2006-09-011-14/+14
* tweak whitespace in presence cacheRobert McQueen2006-09-011-1/+4
* disable voice-v1 hack for discovering gtalkRobert McQueen2006-09-011-0/+4
* remove bogus disco cache prefillingRobert McQueen2006-09-011-0/+4
* update presence caps to match jingle & gtalk namespaces, and export/recognise...Robert McQueen2006-09-015-29/+38
* advertise our features as having voice-v1, jingle audio and videoRobert McQueen2006-09-011-1/+3
* stop feeding bogus capabilities into our self handleRobert McQueen2006-09-011-0/+4
* add test-heap to _boringRobert McQueen2006-09-011-0/+1