Re: IMS contribution

"M. Ranganathan" <[email protected]> Tue, 12 Dec 2006 11:04:59 -0500
Newsgroups gmane.comp.voip.nist-sip
Organization NIST Advanced Networking Technologies Division
Message-ID <[email protected]>
Hi Miguel,


I really cant figure out the reasons for your compile problems. I just
checked out a fresh copy and I still have no problems. Does anybody else
on this list have such problems? Clearly, its because you dont have
junit in your class path but why? It does not seem to be an issue for
me.  

-> P-Headers names changed to include a leading "P". eg:
PAccessNetworkInfoHeader.java

Any reason for the  class name changes? It could cause issues with
people that are already using your contributions.


A small nit: can you also please fix the javadoc errors in your code
( there are some from the previous contributions you made).

Thanks for adding the unit tests. Your contribution would be a good
basis to pattern IMS headers for JSIP 1.3.

Best regards,

Ranga.



On Tue, 2006-12-12 at 15:54 +0000, Miguel Freitas wrote:
> 
> sorry, I forgot to change the subject :)
> 
> On 12/12/06, M. Ranganathan <[email protected]> wrote:
>         
>         
>         Hi Miguel,
>         
>         I look forward to your contributions!
> 
> I managed to include the changes in a recent CVS source code version
> and I'm just concluding the parser tests and a simple example for the
> usage of the new headers. Hence my need to compile the unit tests. 
> 
> Here's a list of my changes, please let me know if at this point you
> might not agree with any of them..
> 
> -----------------------------------------
> .: changes in JAIN-SIP RI
> ----------------------------------------- 
> 
> -> changes in gov.nist.core.NameListCore.java
>     . white space added between the several parameters encoding
> 
> -> added gov.nist.javax.sdp.fields.PreconditionFields.java
> -> changes in gov.nist.sdp.MediaDescriptionImpl.java 
>         . changed BandwithField logic
>         . PUBLIC addAttribute(AttributeField af)
>             - is there other way to add several SDP attributes with
> the same name to the same Media Description?
>                 eg: m=video 00 RTP/AVP 98 99 
>                       a=rtpmap:98 H263
>                       a=rtpmap:99 MP4V-ES
> 
> -> P-Headers names changed to include a leading "P". eg:
> PAccessNetworkInfoHeader.java
> 
> -> changes in gov.nist.javax.sip.header.ims.ParametersNamesIms.java 
> 
> -> changes in gov.nist.javax.sip.header.ims.SIPHeaderNamesIms.java
> 
> -> added gov.nist.javax.sip.header.ims.SecurityAgree.java
> -> added gov.nist.javax.sip.header.ims.SecurityAgreeHeader.java
> -> added gov.nist.javax.sip.header.ims.SecurityClient.java
> -> added gov.nist.javax.sip.header.ims.SecurityClientList.java
> -> added gov.nist.javax.sip.header.ims.SecurityClientHeader.java
> -> added gov.nist.javax.sip.header.ims.SecurityServer.java 
> -> added gov.nist.javax.sip.header.ims.SecurityServerList.java
> -> added gov.nist.javax.sip.header.ims.SecurityServerHeader.java
> -> added gov.nist.javax.sip.header.ims.SecurityVerify.java
> -> added gov.nist.javax.sip.header.ims.SecurityVerifyList.java
> -> added gov.nist.javax.sip.header.ims.SecurityVerifyHeader.java
> 
> -> changes in gov.nist.javax.sip.header.HeaderFactoryImpl.java
> 
> -> changes in gov.nist.javax.sip.header.NameMap.java
> 
> -> changes in gov.nist.javax.sip.message.ListMap.java
> 
> -> changes in gov.nist.javax.sip.parser.ParserFactory.java
> 
> -> changes in gov.nist.javax.sip.parser.Lexer.java 
> 
> -> changes in gov.nist.javax.sip.parser.TokenTypes.java
> 
> -> added gov.nist.javax.sip.parser.PAssociatedURIParser.java
> -> added gov.nist.javax.sip.parser.PCalledPartyIDParser.java
> -> added gov.nist.javax.sip.parser.SecurityAgreeParser.java 
> -> added gov.nist.javax.sip.parser.SecurityClientParser.java
> -> added gov.nist.javax.sip.parser.SecurityServerParser.java
> -> added gov.nist.javax.sip.parser.SecurityVerifyParser.java
> 
> -> added unit.gov.nist.javax.sip.parser.ims.*
> -> added unit.gov.nist.javax.sip.parser.ims.SecurityClientTest.java
> -> added unit.gov.nist.javax.sip.parser.ims.SecurityServerTest.java
> ...
> 
> -> added examples.ims.* 
>     . based on examples.simplecallsetup
> 
> 
> -----------------------------------------
> .: changes in proprietary JAIN-SIP API
> -----------------------------------------
> 
> -> changes in javax.sdp.MediaDescription.java 
>     . methods for PreconditionFields
>     . PUBLIC addAttribute(AttributeField af)
> 
> 
> 
> 
> Miguel Freitas
> -- 
> - - - -                                     - - - - 
> - Telecommunications Institute   - 
> - Instituto de Telecomunicacoes  -
> - Aveiro, Portugal                         -
> - www.it.pt                                    - 
> - - - -                                     - - - -
> 
> 
> -- 
> - - - -                                     - - - -
> - Telecommunications Institute   -
> - Instituto de Telecomunicacoes  -
> - Aveiro, Portugal                         -
> - www.it.pt                                    -
> - - - -                                     - - - -