Skip to content

Flexisip based chatrooms need the full list of devices to be known

Andrea Gianarda requested to merge fix/message_delay_master into master

before sending messages. To avoid waiting a NOTIFY that may never arrive with old version of the flexisip server, the SDK implements a configurable itimer to delay the sending of messages. It starts when the SUBSCRIBE is sent and it is stopped early should a full state NOTIFY be received.

https://linphone.atlassian.net/browse/SDK-722

Edited by Andrea Gianarda

Merge request reports