summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-20Add the missing arument to Profile._client_capability_changed (fd.o #24042)HEADmasterOlivier Le Thanh Duong1-1/+1
2009-09-08Prepare papyon 0.4.2papyon-0.4.2Louis-Francis Ratté-Boulianne4-3/+9
2009-09-05Added semicolons, fix papyon.profile.Profile's attribute _client_id and fix s...Luca Dariz1-10/+10
2009-09-03Added "papyon" prefix to loggersLuca Dariz27-27/+27
2009-09-02Fixed crash when receiving badly formed UBX command (Bug #17917)Louis-Francis Ratté-Boulianne2-22/+31
2009-09-02Send new capabilities to the server when changed (Bug #13982)Louis-Francis Ratté-Boulianne2-2/+27
2009-09-02Removed use of deprecated module 'sets'Louis-Francis Ratté-Boulianne1-35/+57
2009-09-02Revert "Keep the unicode string instead of encoding it to utf-8 (AB group name)"Louis-Francis Ratté-Boulianne1-1/+1
2009-09-02Keep the unicode string instead of encoding it to utf-8 (AB group name)Louis-Francis Ratté-Boulianne1-1/+1
2009-09-02Adapted media conference default implementationLouis-Francis Ratté-Boulianne1-6/+7
2009-09-01Added SPEEX to supported audio codecsLouis-Francis Ratté-Boulianne1-1/+2
2009-08-31Updated NEWS (voip support)Louis-Francis Ratté-Boulianne1-0/+1
2009-08-28Added logging of an exceptionLouis-Francis Ratté-Boulianne1-1/+2
2009-08-28Don't use MSN object creator to request an objectLouis-Francis Ratté-Boulianne1-2/+6
2009-08-28Calls parent class constructor after the properties are setLouis-Francis Ratté-Boulianne2-4/+4
2009-08-28Changed default address valuesLouis-Francis Ratté-Boulianne1-3/+3
2009-08-28Append new description when parsing a media session messageLouis-Francis Ratté-Boulianne2-0/+2
2009-08-28MediaStreamDescription properties need to be writableLouis-Francis Ratté-Boulianne1-16/+4
2009-08-24ICE Draft is a method argumentLouis-Francis Ratté-Boulianne1-2/+2
2009-08-24Added first init argument (self)Louis-Francis Ratté-Boulianne1-1/+1
2009-08-24Renamed created to created_locallyLouis-Francis Ratté-Boulianne1-1/+1
2009-08-24Use hashlib instead of deprecated md5 moduleLouis-Francis Ratté-Boulianne1-2/+1
2009-08-24Removed deprecated MediaCall argumentsLouis-Francis Ratté-Boulianne1-10/+4
2009-08-24Renamed 'type' argument to 'typ' so we can use type() built-in functionLouis-Francis Ratté-Boulianne1-4/+4
2009-08-24Add missing importLouis-Francis Ratté-Boulianne1-0/+1
2009-08-24Small fixesLouis-Francis Ratté-Boulianne1-10/+10
2009-08-24Switch remote and local candidatesLouis-Francis Ratté-Boulianne1-7/+10
2009-08-24Make it clear we reject a SIP call only if not alreay answered (on cancel rec...Louis-Francis Ratté-Boulianne1-1/+1
2009-08-24Renamed TURN ending signal to 'done'Louis-Francis Ratté-Boulianne2-8/+9
2009-08-24Added relay-info to farsight streamLouis-Francis Ratté-Boulianne1-2/+2
2009-08-24Added a proxy to event interfaces to have a more useful variable name than "c...Louis-Francis Ratté-Boulianne2-14/+18
2009-08-24Use correct function names for convert_*_candidates and convert_*_codecsLouis-Francis Ratté-Boulianne1-8/+8
2009-08-24Removed pending streams list (media session)Louis-Francis Ratté-Boulianne3-43/+19
2009-08-24Only process remote session message if acceptableLouis-Francis Ratté-Boulianne1-3/+2
2009-08-24Disabled TURN for now (doesn't work nicely)Louis-Francis Ratté-Boulianne2-19/+3
2009-08-24Changed SIP response timeout to 50 secondsLouis-Francis Ratté-Boulianne1-2/+2
2009-08-24Use RequireSecurityTokens decorator to request tokensLouis-Francis Ratté-Boulianne1-8/+10
2009-08-24Don't remove the source is it's NoneLouis-Francis Ratté-Boulianne1-1/+2
2009-08-24Added comment to explain consume_line in SIP message parserLouis-Francis Ratté-Boulianne1-0/+3
2009-08-24Fixed: create the SIP response with the reason instead of the versionLouis-Francis Ratté-Boulianne1-1/+1
2009-08-24The "sip:" prefix is part of the URILouis-Francis Ratté-Boulianne2-6/+6
2009-08-24Replaced TURN message and attribute types dicts by classesLouis-Francis Ratté-Boulianne1-88/+65
2009-08-24Make sure we don't crash if a TURN error message is missing some attributesLouis-Francis Ratté-Boulianne1-3/+7
2009-08-24Added timeout to TURN requestLouis-Francis Ratté-Boulianne1-0/+11
2009-08-24Make sure the TURN client is destroyed when the requests are answeredLouis-Francis Ratté-Boulianne1-2/+7
2009-08-24Make sure TURN client 'answered' signal is emitted in all scenariosLouis-Francis Ratté-Boulianne1-0/+10
2009-08-24Make sure we got the security token when requesting shared secret with integrityLouis-Francis Ratté-Boulianne1-5/+6
2009-08-24Added some error handling when receiving a tunneled SIP messageLouis-Francis Ratté-Boulianne1-6/+22
2009-08-24Moved media session messages parsing/building at the right placeLouis-Francis Ratté-Boulianne5-61/+57
2009-08-24Renamed parse_description to process_remote_descriptionLouis-Francis Ratté-Boulianne2-5/+5