Comments
SIP - Session Initiation Protocol
It is used in VOIP applications.
The verions of SIP now 4.0 is available
Posted by HamidAliKhan
Both request and response messages include the version of SIP in use, and follow [H3.1] (with HTTP replaced by SIP, and HTTP/1.1 replaced by SIP/2.0) regarding version ordering, compliance requirements, and upgrading of version numbers. To be compliant with this specification, applications sending SIP messages MUST include a SIP-Version of "SIP/2.0".
Posted by george99
Note: Sorry the above post is about SIMPLE
Here's is the detail about SIP VERSION
SIP version
The SIP version being used; this should be version 2.0.And SIP version is basically included in Request message of SIP.
Posted by sagitraz
In computing, SIMPLE (Session Initiation Protocol for Instant Messaging and Presence Leveraging Extensions) is an instant messaging (IM) and presence protocol suite based on Session Initiation Protocol (SIP). Like XMPP, and in contrast to the vast majority of IM and presence protocols used by software deployed today, SIMPLE is an open standard. Both are IETF standards or proposed standards.
Posted by sagitraz