@@ -113,6 +113,11 @@ public interface LinphoneFriend {
* @return A #PresenceModel object, or null if the friend do not have presence information (in which case he is considered offline)
*/
PresenceModelgetPresenceModel();
/**
* @brief Set the presence information of a friend
* @param presenceModel A #PresenceModel object
*/
voidsetPresenceModel(PresenceModelpresenceModel);
/**
* Starts editing a friend configuration.
*<br> Because friend configuration must be consistent, applications MUST call {@link #edit()} before doing any attempts to modify friend configuration (such as address or subscription policy and so on).