mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Improved code
This commit is contained in:
parent
1f2f1deb5e
commit
37a17b14a1
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ ChatMessageModifier::Result CpimChatMessageModifier::encode (const shared_ptr<Ch
|
|||
}
|
||||
|
||||
Content newContent;
|
||||
newContent.setContentType(ContentType("Message/CPIM"));
|
||||
newContent.setContentType(ContentType::Cpim);
|
||||
newContent.setBody(cpimMessage.asString());
|
||||
message->setInternalContent(newContent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue