mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix how to get Message-ID
This commit is contained in:
parent
ec74e66eb7
commit
1358569f85
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ ChatMessageModifier::Result CpimChatMessageModifier::decode (const shared_ptr<Ch
|
|||
cpimFromAddress = Address(header->getValue());
|
||||
else if (header->getName() == "To")
|
||||
cpimToAddress = Address(header->getValue());
|
||||
else if (header->getName() == "Message-Id")
|
||||
else if (header->getName() == "Message-ID")
|
||||
message->setImdnMessageId(header->getValue());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue