/* Wrapper generated by lp-gen-wrappers, do not edit*/
/**
* Represents a buddy, all presence actions like subscription and status change notification are performed on this object
* @external LinphoneFriend
**/
/**
* Set
* @member {external:LinphoneAddress} external:LinphoneFriend#address
**/
/**
* Returns the LinphoneCore object managing this friend, if any.
* @member {external:LinphoneCore} external:LinphoneFriend#core
* @readonly
**/
/**
* Configure incoming subscription policy for this friend.
* @member {linphone.SubscribePolicy} external:LinphoneFriend#incSubscribePolicy
**/
/**
* Set the display name for this friend
* @member {string} external:LinphoneFriend#name
**/
/**
* Get the presence model of a friend
* @member {external:LinphonePresenceModel} external:LinphoneFriend#presenceModel
* @readonly
**/
/**
* Set the reference key of a friend.
* @member {string} external:LinphoneFriend#refKey
**/
/**
* Configure
* @member {boolean} external:LinphoneFriend#subscribesEnabled
**/
/**
* Commits modification made to the friend configuration.
* @function external:LinphoneFriend#done
* @returns {void}
**/
/**
* Starts editing a friend configuration.
* @function external:LinphoneFriend#edit
* @returns {void}
**/
/**
* Check that the given friend is in a friend list.
* @function external:LinphoneFriend#inList
* @returns {boolean}
**/