old mode 100755
new mode 100644
| | |
| | | LinphoneAccountCreatorStatusWrongActivationCode, /**< Error key doesn't match */ |
| | | LinphoneAccountCreatorStatusPhoneNumberOverused, /**< Error too many SMS sent */ |
| | | LinphoneAccountCreatorStatusAlgoNotSupported, /** < Error algo isn't MD5 or SHA-256 */ |
| | | LinphoneAccountCreatorStatusUnexpectedError, /** < Generic error */ |
| | | } LinphoneAccountCreatorStatus; |
| | | |
| | | /** |
| | |
| | | typedef enum _LinphoneFriendCapability { |
| | | LinphoneFriendCapabilityNone = 0, |
| | | LinphoneFriendCapabilityGroupChat = 1 << 0, |
| | | LinphoneFriendCapabilityLimeX3dh = 1 << 1, |
| | | LinphoneFriendCapabilityEphemeralMessages = 1 << 2 |
| | | LinphoneFriendCapabilityLimeX3dh = 1 << 1 |
| | | } LinphoneFriendCapability; |
| | | |
| | | /** |
| | |
| | | LinphoneLimeMandatory, /**< Lime is always used */ |
| | | LinphoneLimePreferred, /**< Lime is used only if we already shared a secret with remote */ |
| | | } LinphoneLimeState; |
| | | |
| | | /** |
| | | * Session Timers refresher |
| | | * @ingroup initializing |
| | | */ |
| | | typedef enum _LinphoneSessionExpiresRefresher { |
| | | LinphoneSessionExpiresRefresherUnspecified, |
| | | LinphoneSessionExpiresRefresherUAS, |
| | | LinphoneSessionExpiresRefresherUAC |
| | | } LinphoneSessionExpiresRefresher; |
| | | |
| | | /** |
| | | * @ingroup initializing |
| | |
| | | LinphoneReasonAddressIncomplete, /**< Address incomplete */ |
| | | LinphoneReasonNotImplemented, /**< Not implemented */ |
| | | LinphoneReasonBadGateway, /**< Bad gateway */ |
| | | LinphoneReasonSessionIntervalTooSmall, /**< The received request contains a Session-Expires header field with a duration below the minimum timer */ |
| | | LinphoneReasonServerTimeout, /**< Server timeout */ |
| | | LinphoneReasonUnknown /**< Unknown reason */ |
| | | } LinphoneReason; |
| | |
| | | typedef enum _LinphoneXmlRpcArgType { |
| | | LinphoneXmlRpcArgNone, |
| | | LinphoneXmlRpcArgInt, |
| | | LinphoneXmlRpcArgString, |
| | | LinphoneXmlRpcArgStringStruct |
| | | LinphoneXmlRpcArgString |
| | | } LinphoneXmlRpcArgType; |
| | | |
| | | /** |
| | |
| | | * @ingroup misc |
| | | **/ |
| | | typedef struct _LinphoneHeaders LinphoneHeaders; |
| | | |
| | | /** |
| | | * Object holding chat message data received by a push notification |
| | | * @ingroup misc |
| | | **/ |
| | | typedef struct _LinphonePushNotificationMessage LinphonePushNotificationMessage; |
| | | |
| | | #endif /* LINPHONE_TYPES_H_ */ |