summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-10-03support for receiving old-style muc invitationsSenko Rasic2-0/+128
2006-09-29support presence from JIDs with no resource1-4/+25
2006-09-29don't ignore presence from JIDs with no resource1-6/+0
2006-10-02GabbleMedia{Session,Stream}: rename "accepted" on the stream to "locally-acce...Robert McQueen2-18/+18
2006-09-30GabbleMedia{Session,Stream}: remove session priv->accepted and per stream Jin...Robert McQueen3-98/+97
2006-09-30GabbleMediaSession: remove stream if content-add or content-accept return a f...Robert McQueen1-10/+34
2006-09-29GabbleMediaStream: fix misleading debug, s/candidates/transport-info/ on jing...Robert McQueen1-9/+13
2006-09-29GabbleMediaSession: hook up content-add, content-accept and content-remove to...Robert McQueen1-14/+37
2006-09-29GabbleMediaSession: send content-accept instead of session-accept after the s...Robert McQueen1-5/+24
2006-09-29GabbleMediaSession: fix inverted logic in do_content_addRobert McQueen1-1/+1
2006-09-29GabbleMediaSession: priv->accepted is never true if we're the initiator, don'...Robert McQueen1-2/+0
2006-09-29GabbleMediaSession: rename try_content_add to do_content_add and add initial ...Robert McQueen1-3/+60
2006-09-29GabbleMediaSession: add a seperate reply callback for content_acceptRobert McQueen1-2/+22
2006-09-29GabbleMediaSession: implement try_content_acceptRobert McQueen1-0/+39
2006-09-29GabbleMediaSession: make got_local_codecs callback robust against the local c...Robert McQueen1-3/+13
2006-09-29GabbleMediaSession: when we get local codecs on a stream, after the session i...Robert McQueen1-4/+30
2006-09-29GabbleMediaSession: make the connection state changed callback robust against...Robert McQueen1-1/+7
2006-09-29GabbleMediaChannel: indentation fixRobert McQueen1-1/+2
2006-09-29GabbleMedia{Channel,Session}: remove dead codeRobert McQueen2-97/+0
2006-09-29GabbleMediaSession: in _remove_streams, don't send any "content-remove" messa...Robert McQueen1-14/+33
2006-09-29GabbleMediaSession: fix check for whether or not to send a terminate so that ...Robert McQueen1-6/+6
2006-09-29GabbleMediaSession: set state to PENDING_INITIATE_SENT when we've sent the "i...Robert McQueen1-0/+2
2006-09-29presence: wrap long lines1-3/+10
2006-09-28set GError when set_param_from_value returns FALSE1-1/+6
2006-09-21gabble-connection.c, .h, gabble-connection-manager.c: Allow a fallback alias ...Simon McVittie3-0/+39
2006-09-26GabbleRoster: disallow "deny" channels if we don't have google:roster supportRobert McQueen1-0/+5
2006-09-24GabblePresenceCache: look for the <c> node in the caps namespace, rather than...Robert McQueen1-1/+1
2006-09-24modify lm_message_node_get_child_with_namespace to look for nodes like <tag:n...Robert McQueen1-2/+23
2006-09-24add a tag argument to lm_message_node_has_namespace, so we can look for xmlns...Robert McQueen5-15/+25
2006-09-21GabbleMediaSession: fix hypothetical memory leak in code path that can't happ...Robert McQueen1-1/+4
2006-09-21GabbleMediaSession: make the Error method call Error on each stream, or just ...Robert McQueen1-2/+42
2006-09-21GabbleMediaStream: mark the stream closed *before* emitting the signalRobert McQueen1-1/+1
2006-09-21GabbleMediaSession: close all of the streams when the session is terminatedRobert McQueen1-0/+10
2006-09-21GabbleMediaChannel: remove the stream from the session after it's given us an...Robert McQueen1-1/+11
2006-09-21GabbleMediaSession: tweak indentation in remove streams functionRobert McQueen1-4/+4
2006-09-21GabbleMediaChannel: emit StreamError when a stream emits the error signalRobert McQueen1-0/+15
2006-09-21GabbleMediaStream: emit an ERROR signal when Error is calledRobert McQueen2-4/+13
2006-09-21GabbleMediaChannel: add StreamError signalRobert McQueen2-0/+11
2006-09-21remove Name field from [ConnectionManager] section in .manager fileRobert McQueen1-4/+2
2006-09-20GabbleMediaSession: name stream objects as MediaStream instead of IceStreamRobert McQueen1-1/+1
2006-09-20GabbleMediaStream: emit CLOSE when we /intend/ to close (which can be due to ...Robert McQueen3-14/+23
2006-09-20s/block/deny/ in name of contact list handle for blocked contact, to match th...Robert McQueen4-29/+29
2006-09-18GabbleMediaChannel: add missing signal details on StreamAdded/StreamRemoved s...Robert McQueen1-2/+2
2006-09-14GabbleMediaChannel: catch missing s/state/connection-state/ in a few placesRobert McQueen1-7/+7
2006-09-13GabbleMediaSession: clarify use of the word "acceptance" in a few placesRobert McQueen1-2/+2
2006-09-13GabbleMediaSession: fix code to match comment (when we set the timer on incom...Robert McQueen1-1/+1
2006-09-13GabbleMediaStream: clarify debug message when emitting SetStreamPlayingRobert McQueen1-2/+2
2006-09-13GabbleMediaSession: rename session-reduce action to content-removeRobert McQueen1-10/+11
2006-09-13GabbleMedia{Session,Stream}: rename state property on stream to connection-stateRobert McQueen2-26/+26
2006-09-12GabbleMedia{Session,Stream}: s/got-codecs/got-local-codecs/Robert McQueen2-31/+33