smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-sip/package.xml

89 lines
3.7 KiB
XML

<package>
<name>OsmoSIP</name>
<namespace>Osmo</namespace>
<prereq>OsmoLogging</prereq>
<prereq>OsmoCore</prereq>
<prereq>OsmoNetwork</prereq>
<prereq>Sockets</prereq>
<prereq>PetitParser</prereq>
<prereq>Digest</prereq>
<filein>grammar/SIPQuotedStringParser.st</filein>
<filein>grammar/SIPGrammar.st</filein>
<filein>callagent/Base64MimeConverter.st</filein>
<filein>callagent/Extensions.st</filein>
<filein>callagent/SIPLogArea.st</filein>
<filein>callagent/SIPDialog.st</filein>
<filein>callagent/misc/SIPBase64.st</filein>
<filein>callagent/misc/SIPRandomHelper.st</filein>
<filein>callagent/misc/SIPURandom.st</filein>
<filein>callagent/parameters/Extensions.st</filein>
<filein>callagent/parameters/SIPParam.st</filein>
<filein>callagent/parameters/SIPGenericParam.st</filein>
<filein>callagent/parameters/SIPCSeq.st</filein>
<filein>callagent/parameters/SIPToFromParam.st</filein>
<filein>callagent/parameters/SIPVia.st</filein>
<filein>callagent/requests/SIPRequest.st</filein>
<filein>callagent/requests/SIPACKRequest.st</filein>
<filein>callagent/requests/SIPByeRequest.st</filein>
<filein>callagent/requests/SIPCancelRequest.st</filein>
<filein>callagent/requests/SIPInviteRequest.st</filein>
<filein>callagent/requests/SIPOptionsRequest.st</filein>
<filein>callagent/requests/SIPRegisterRequest.st</filein>
<filein>callagent/parser/Extensions.st</filein>
<filein>callagent/parser/SIPParser.st</filein>
<filein>callagent/SIPResponse.st</filein>
<filein>callagent/SIPIdentity.st</filein>
<filein>callagent/transactions/SIPTransaction.st</filein>
<filein>callagent/transactions/SIPByeTransaction.st</filein>
<filein>callagent/transactions/SIPInviteTransaction.st</filein>
<filein>callagent/transactions/SIPRegisterTransaction.st</filein>
<filein>callagent/useragent/Extensions.st</filein>
<filein>callagent/useragent/SIPUserAgentBase.st</filein>
<filein>callagent/useragent/SIPUserAgent.st</filein>
<filein>callagent/session/Extensions.st</filein>
<filein>callagent/session/SIPSessionBase.st</filein>
<filein>callagent/session/SIPCallBase.st</filein>
<filein>callagent/session/SIPCall.st</filein>
<filein>callagent/session/SIPIncomingCall.st</filein>
<filein>callagent/transport/SIPTransport.st</filein>
<filein>callagent/transport/SIPUdpTransport.st</filein>
<filein>callagent/authorization/SIPDigest.st</filein>
<filein>callagent/authorization/SIPAuthorization.st</filein>
<filein>callagent/authorization/SIPProxyAuthorization.st</filein>
<test>
<prereq>PetitParserTests</prereq>
<sunit>Osmo.SIPQuotedStringParserTest</sunit>
<sunit>Osmo.SIPGrammarTest</sunit>
<sunit>Osmo.SIPParserTest</sunit>
<sunit>Osmo.SIPRequestTest</sunit>
<sunit>Osmo.SIPUdpTransportTest</sunit>
<sunit>Osmo.SIPCallAgentTest</sunit>
<sunit>Osmo.SIPDigestTest</sunit>
<sunit>Osmo.SIPRegisterTransactionTest</sunit>
<sunit>Osmo.SIPInviteTest</sunit>
<sunit>Osmo.SIPBase64Test</sunit>
<filein>grammar/SIPGrammarTest.st</filein>
<filein>grammar/SIPQuotedStringParserTest.st</filein>
<filein>callagent/tests/SIPParserTest.st</filein>
<filein>callagent/tests/Tests.st</filein>
<filein>callagent/tests/SIPCallAgentTest.st</filein>
<filein>callagent/tests/SIPDigestTest.st</filein>
<filein>callagent/tests/SIPTransportMock.st</filein>
<filein>callagent/tests/SIPRegisterTransactionTest.st</filein>
<filein>callagent/tests/SIPInviteTest.st</filein>
<filein>callagent/tests/SIPBase64Test.st</filein>
</test>
</package>