mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
set Expires=0 for im-iscomposing in order to make sure flexisip doesn't store them
This commit is contained in:
parent
d6c17a1683
commit
cf5abd62b7
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ void ChatRoomPrivate::sendIsComposingNotification () {
|
|||
chatMessage->setToBeStored(false);
|
||||
chatMessage->addContent(*content);
|
||||
chatMessage->getPrivate()->addSalCustomHeader(PriorityHeader::HeaderName, PriorityHeader::NonUrgent);
|
||||
chatMessage->getPrivate()->addSalCustomHeader("Expires", "0");
|
||||
|
||||
chatMessage->getPrivate()->send();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue