Don't rely on clients sending the exactly protocol strings '1.00'
authordjfiander <djfiander>
Sat, 29 Jul 2006 18:45:55 +0000 (18:45 +0000)
committerdjfiander <djfiander>
Sat, 29 Jul 2006 18:45:55 +0000 (18:45 +0000)
commit717565018d86963cc10b87c63b73ea7d0c19526a
tree66810db108a0ce9fa925f56217a6b4b80d49059c
parent8bc7c1193f96f55cb3b8f510725f38b8dad3a62f
Don't rely on clients sending the exactly protocol strings '1.00'
and '2.00'.  Anything that starts with a '1.' is a "revision 1"
protocol string and anything that begins with a '2.' is a
"revision 2" protocol string.  That way, when a clients reports
that they support protocol revision '2.0S', we will properly
react and send revision 2.00 messages.
Sip.pm
Sip/MsgType.pm