summaryrefslogtreecommitdiffstats
path: root/package.xml
AgeCommit message (Expand)AuthorFilesLines
2014-09-05grammar: Speed-up quoted string parsingHolger Hans Peter Freyther1-0/+3
2014-06-02callagent: Avoid running into the EndOfStream exceptionHolger Hans Peter Freyther1-0/+2
2014-05-28invite: First shot at handling the SIP InviteHolger Hans Peter Freyther1-0/+1
2014-05-27invite: Create a base class for the "call"Holger Hans Peter Freyther1-0/+1
2014-05-27invite: Begin to handle the incoming INVITE from the networkHolger Hans Peter Freyther1-0/+2
2014-04-22identity: Remove use the "contact" and userString from SIPIdentityHolger Hans Peter Freyther1-2/+0
2014-04-03identity: Make the SIPSession work based on identityHolger Hans Peter Freyther1-0/+2
2014-04-02identity: Introduce the concept of an identity to the useragentHolger Hans Peter Freyther1-0/+1
2014-03-24proxy: Handle ProxyAuthenticate/ProxyAuthorizeHolger Hans Peter Freyther1-0/+1
2014-02-25register: Add an implementation for the register handling.Holger Hans Peter Freyther1-0/+4
2014-02-15misc: Split CallAgent/UserAgent into twoHolger Hans Peter Freyther1-1/+3
2014-02-15misc: Split SIPParser into multiple filesHolger Hans Peter Freyther1-1/+2
2014-02-15misc: Split SIPRandom into separate filesHolger Hans Peter Freyther1-1/+4
2014-02-15misc: Split SIPCall.st into separate filesHolger Hans Peter Freyther1-1/+4
2014-02-15misc: Split SIPtransactions.st into one file per classHolger Hans Peter Freyther1-1/+5
2014-02-15misc: Move tests into the test directoryHolger Hans Peter Freyther1-2/+2
2014-02-15misc: Split SIPRequests.st into many filesHolger Hans Peter Freyther1-1/+7
2014-02-15misc: Move the transport code to the transport directoryHolger Hans Peter Freyther1-2/+3
2014-02-15misc: Move the auth related items to the authentication directoryHolger Hans Peter Freyther1-1/+1
2014-02-15misc: Split the SIPParams into one class per fileHolger Hans Peter Freyther1-1/+9
2014-02-14authorization: Create a class that can be added as parameterHolger Hans Peter Freyther1-0/+1
2014-02-14callagent: Create a simple test that verifies creation of a callHolger Hans Peter Freyther1-0/+3
2014-02-14digest: Implement the digest authentication for SIPHolger Hans Peter Freyther1-0/+5
2014-02-11transport: Move the two transport classes into separate filesHolger Hans Peter Freyther1-0/+2
2013-03-31pharo: Add a Makefile and begin with the porting.Holger Hans Peter Freyther1-0/+5
2012-09-07transport: Create a testcase for sending data through the transportHolger Hans Peter Freyther1-0/+2
2012-08-06callagent: Start to deal with requests in new dialogsHolger Hans Peter Freyther1-2/+2
2011-07-06callagent: Handle the BYE Request to close down a connection.Holger Hans Peter Freyther1-1/+1
2011-07-04callagent: Introduce high level SIP CallHolger Hans Peter Freyther1-0/+1
2011-06-30callagent: Fix the SIPRequests>>#addDefaults: with the OrderedCollectionHolger Hans Peter Freyther1-0/+2
2011-06-14callagent: Rename SIPVia.st to SIPParam.stHolger Hans Peter Freyther1-1/+1
2011-06-13callagent: Parse the Via tag in depth to reach the branchHolger Hans Peter Freyther1-0/+1
2011-06-13callagent: Test the parser a bit moreHolger Hans Peter Freyther1-0/+2
2011-06-13callagent: SIPParser must come after SIPGrammar was loadedHolger Hans Peter Freyther1-2/+2
2011-06-13callagent: Implement a simple SIPParser on the grammarHolger Hans Peter Freyther1-0/+1
2011-06-13callagent: Add SIP UserAgent/Transport/Transaction codeHolger Hans Peter Freyther1-0/+9
2011-06-11sip: Add package.xml for the SIP codeHolger Hans Peter Freyther1-0/+11