On 12/14/06, jafer sharif mohammed <[EMAIL PROTECTED]> wrote: > > As the bottom most layer of SIP protocol does Parsing and > Encoding of message. Is there any difference between Parsing and Encoding or > both are same. Can we say that Parsing happens when message is sent, and > decoding happens when message is received. >
Call it parsing, encoding, decoding, synatax checking, or whatever else you want, it all amounts to the same thing. You need to ensure that the message conforms to the syntactic specifications of the protocol. The sender is obligated to conform to the specification when it sends the message. The receiver should check that incoming messages are well-formed. -- Gary Cote www.awardsolutions.com _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
