| < Previous by Date | Date Index | Next by Date > |
| Thread Index |
*snip*
try
{
if(it->exists(p_expires))
{
// rinstace parameter is added to contacts created by this
client, so we can
// use it to determine which contacts in the 200 response are
ours. This
// should eventually be replaced by gruu stuff.
if (it->uri().exists(p_rinstance) &&
it->uri().param(p_rinstance) == itMy-
>uri().param(p_rinstance))
{
expiry = resipMin((UInt32)it->param(p_expires), expiry);
}
else
{
fallbackExpiry = resipMin((UInt32)it->param(p_expires),
fallbackExpiry);
}
}
}
catch(ParseException& e)
{
DebugLog(<< "Ignoring unparsable contact in REG/200: " << e);
}
*snip*
Also, when addBinding() is called, we don't do anything related to
+sip.instance; is this the intended behavior?
Best regards, Byron Campen
Attachment:
smime.p7s
Description: S/MIME cryptographic signature