summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-02sip-connection: remove functionality copied to TpsipBaseConnectiontpsip-base-connectionPekka Pessi3-36/+0
2011-02-02conn-aliasing: rename as tpsip/connection-aliasingPekka Pessi6-51/+128
2011-02-02sip-connection-helpers: remove tpsip/handles functionalityPekka Pessi2-93/+2
2011-02-02conn-aliasing: use TpsipBaseConnection and tpsip/handlesPekka Pessi3-30/+27
2011-02-02sip-media-session: use TpsipBaseConnectionPekka Pessi1-3/+4
2011-02-02sip-media-channel: use TpsipBaseConnectionPekka Pessi1-7/+8
2011-02-02sip-text-channel: use TpsipBaseConnectionPekka Pessi1-7/+5
2011-02-02protocol: use tpsip/handlesPekka Pessi1-0/+1
2011-02-02sip-connection: use tpsip/handlesPekka Pessi1-1/+2
2011-02-02media-factory: use tpsip/handlesPekka Pessi1-7/+4
2011-02-02media-factory: use TpsipBaseConnectionPekka Pessi1-9/+8
2011-02-02text-factory: use tpsip/handlesPekka Pessi1-8/+4
2011-02-02text-factory: use TpsipBaseConnectionPekka Pessi1-9/+10
2011-02-02tpsip-base-connection: add nua callbackPekka Pessi7-67/+27
2011-02-02Derive TpsipConnection from TpsipBaseConnectionPekka Pessi5-64/+60
2011-02-02tpsip/handles: addPekka Pessi4-202/+394
2011-02-02tpsip/base-connection: addPekka Pessi3-1/+291
2011-02-02test-self-alias.py: check if Aliasing interface is visible in ContactsPekka Pessi1-0/+10
2011-02-02Silence DeprecationWarnings from twisted sipPekka Pessi1-1/+2
2011-02-02Nano version 0.7.1.1Mikhail Zabaluev1-1/+1
2011-02-01Version 0.7.1Mikhail Zabaluev2-4/+24
2011-02-01voip_test is not a test script, move it to EXTRA_DISTMikhail Zabaluev1-2/+2
2011-02-01Added voip_test to dist filesMikhail Zabaluev1-0/+1
2011-02-01Added Jonny Lamb and David Laban to the list of authorsMikhail Zabaluev1-1/+3
2011-02-01Add test for fd.o:33716David Laban2-3/+16
2011-01-31remove references to twisted.words.xishDavid Laban2-4/+0
2011-01-31Revert "Check for Python module twisted.words.xish as required for unit tests"David Laban1-1/+1
2011-01-31Check for Python module twisted.words.xish as required for unit testsHEADmasterMikhail Zabaluev1-1/+1
2011-01-31Merge branch 'invite-from-self'Mikhail Zabaluev1-0/+7
2011-01-31Merge remote branch 'alsuren/streamedmedia_tests'David Laban6-84/+747
2011-01-31Reject incoming calls from the same URI as the local user (fd.o #33716)Mikhail Zabaluev1-0/+7
2011-01-29Nano version 0.6.5.1Mikhail Zabaluev1-1/+1
2011-01-29Version 0.6.5Mikhail Zabaluev2-2/+11
2011-01-28Merge branch 'signed-param-fix'Mikhail Zabaluev2-2/+2
2011-01-28Changed the size parameter type to signed in tpsip_unquote_string()Mikhail Zabaluev2-2/+2
2011-01-28Backported fixes to fd.o #31720 onto telepathy-sofiasip-0.6Mikhail Zabaluev4-15/+48
2011-01-28fd.o #31720: use TpDBusDaemon to export media streamsSimon McVittie2-4/+18
2011-01-28fd.o #31720: use TpDBusDaemon to export media sessionsSimon McVittie2-5/+24
2011-01-28Backported fix to fd.o #31720: use TpDBusDaemon to export channel objectsSimon McVittie2-6/+6
2011-01-26Fix group flags for streamedmedia calls.David Laban3-26/+33
2011-01-26sip-media-channel clean up group membersDavid Laban1-62/+37
2011-01-26voip tests: BYE message needs a reply. Add to tests.David Laban2-3/+9
2011-01-26Fix review comments for tests.David Laban2-4/+6
2011-01-26add new tests to make checkDavid Laban1-1/+6
2011-01-26Fix up incoming-basics.pyDavid Laban2-63/+76
2011-01-26Complete outgoing-basics.pyDavid Laban3-55/+70
2011-01-26Update the groups interface when remote user accepts the call.David Laban1-1/+19
2011-01-26import incoming-basics from gabbleDavid Laban1-0/+185
2011-01-26Don't call priv_outbound_call (self, 0)David Laban1-0/+5
2011-01-26Make outgoing-basics test work up until the first network traffic event.David Laban2-69/+138