summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-20client-types.py: add another test for fd.o#32139client-typesJonny Lamb1-1/+38
2011-01-20client-types: update to presence{,-cache} changesJonny Lamb1-54/+59
2011-01-20presence: change working of get_client_types_arrayJonny Lamb2-10/+7
2011-01-20presence-cache: emit ::client-types-updated when it happensJonny Lamb3-19/+43
2011-01-20presence: also return whether to signal client types updated in _updateJonny Lamb6-25/+36
2011-01-20presence: save handle client types and current active resourceJonny Lamb2-11/+28
2011-01-20presence-cache: add ::client-types-updatedJonny Lamb1-0/+9
2011-01-20presence-cache: add a client types array to GabbleCapabilityInfoJonny Lamb2-0/+7
2011-01-20presence-cache: fix disco_in_progressJonny Lamb1-8/+13
2011-01-20client-types.py: document the exact state at each stepJonny Lamb1-0/+33
2011-01-18configure: stop linking to sqliteJonny Lamb3-9/+2
2011-01-18caps-cache: remove in favour of the Wocky oneJonny Lamb3-748/+0
2011-01-18presence: use the wocky caps cache instead of the gabble oneJonny Lamb3-9/+9
2011-01-18wocky: update snapshotJonny Lamb1-0/+0
2011-01-17muc tests: ensure unavailable presence is echoed when closing a MUCJonny Lamb2-3/+18
2011-01-17presence-before-closing.py: don't try and ConnectJonny Lamb1-8/+0
2011-01-15Update the yell snapshotSjoerd Simons1-0/+0
2011-01-15Set the stun-servers both initially and on changesSjoerd Simons1-3/+8
2011-01-15Hard-code libtelepathy-yell.la rather than using ALL_LIBSDavid Laban1-2/+2
2011-01-15add GABBLE_TEST_BACKTRACE optional environment variable to testsDavid Laban2-0/+5
2011-01-15Add a BaseMediaCallStream level to the hierarchy.David Laban3-214/+48
2011-01-15Enable debugging in YellDavid Laban1-0/+2
2011-01-15Push call_stream_iface_init into base-call-streamDavid Laban4-39/+18
2011-01-15extract call-stream-endpoint into yellDavid Laban5-575/+83
2011-01-13with-session-bus.sh: also accept VERBOSE_TESTSJonny Lamb1-2/+2
2011-01-13extensions/: Channel_{Bundle,Future}.xml have been removedJonny Lamb1-2/+0
2011-01-13tests/twisted/: move tools Makefile into twisted for some peace and quietJonny Lamb3-36/+37
2011-01-13with-session-bus.sh: only print out stuff if we want verbose outputJonny Lamb1-3/+7
2011-01-13Merge branch 'close-mucs-async'Jonny Lamb3-7/+189
2011-01-13muc-channel: improve debug message in parted callbackJonny Lamb1-1/+1
2011-01-13Merge branch 'yell-base-classes'Sjoerd Simons26-1652/+338
2011-01-13Bump yell versionSjoerd Simons1-0/+0
2011-01-13presence-before-closing.py: test Disconnect() right after Close()Jonny Lamb1-1/+52
2011-01-13muc-channel: have a timeout on leaving roomsJonny Lamb1-2/+44
2011-01-13presence-before-closing.py: ensure we can join the MUC again properly afterJonny Lamb1-0/+4
2011-01-13presence-before-closing.py: check a request for a still-not-closed MUC channe...Jonny Lamb1-2/+14
2011-01-13media-stream: use TpDBusPropertiesMixinJonny Lamb2-112/+23
2011-01-12Use base-classes from telepathy-yellSjoerd Simons12-1064/+67
2011-01-12Update yell snapshot and update gabble to yell specSjoerd Simons14-587/+189
2011-01-12Add Initial{Audio,Video}Name as requestable and immutable propertiesSjoerd Simons6-2/+45
2011-01-12Add API to compare codecsSjoerd Simons2-0/+38
2011-01-11Remove some temporarily #if 0'd codeSjoerd Simons1-14/+0
2011-01-11Merge branch 'call-base-classes'Sjoerd Simons49-3406/+2169
2011-01-11Merge branch 'master' into call-base-classesSjoerd Simons133-3969/+6263
2011-01-11extensions: removed Call draftJonny Lamb10-2983/+0
2011-01-11Post-rebase porting to yellSjoerd Simons7-31/+41
2011-01-11use telepathy-yell generated codeJonny Lamb16-204/+224
2011-01-11gabbletest: silence the queue if we hit an errorJonny Lamb1-0/+1
2011-01-11gabbletest.py: automatically connect connectionsJonny Lamb158-775/+200
2011-01-11Make call contents' lifecycles more explicit.Will Thompson2-3/+11