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