fix for sf#2971422 - SIP URI case mismatch
commit287660ade5f8692278483b72abeb3e6128c368d1
authorpier11 <pier11@operamail.com>
Thu, 18 Mar 2010 13:21:57 +0000 (18 13:21 +0000)
committerpier11 <pier11@operamail.com>
Thu, 18 Mar 2010 13:21:57 +0000 (18 13:21 +0000)
tree1febcf07b420d68aa62a4fb81b0a614b9c99d9a2
parentb2223bb52e854d9b9e1a75475be6d450fe97f039
fix for sf#2971422 - SIP URI case mismatch
affected 2005 platform.
On some 2005 environments server for some strange
reasons inverts case of SIP URI compare to the one
set in our account settings.

From the bug comments:
"It looks
like the server plays games with us.

If we configure username in account settings in lowercase (like
first_last@bbb.com in your case), it send us presence updates with first
letters of first and last names capitalized (like First_Last@bbb.com).

But If we configure username in account settings with first letters of
first and last names capitalized (like First_Last@bbb.com), it send as
presence updates in lowercase (like first_last@bbb.com).

Check this string in logs yourself :)
<resource uri="sip:First_Last@bbb.com" > (substituting to the real values
for your account of course first)."
src/core/sipe.c