chenqiyang
2021-09-01 8fb1bc18bad99b2de79783848b41d07da01315a7
Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/types.h
old mode 100755 new mode 100644
@@ -184,7 +184,6 @@
   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;
/**
@@ -470,8 +469,7 @@
typedef enum _LinphoneFriendCapability {
   LinphoneFriendCapabilityNone = 0,
   LinphoneFriendCapabilityGroupChat = 1 << 0,
   LinphoneFriendCapabilityLimeX3dh = 1 << 1,
   LinphoneFriendCapabilityEphemeralMessages = 1 << 2
   LinphoneFriendCapabilityLimeX3dh = 1 << 1
} LinphoneFriendCapability;
/**
@@ -578,16 +576,6 @@
   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
@@ -944,7 +932,6 @@
   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;
@@ -1176,8 +1163,7 @@
typedef enum _LinphoneXmlRpcArgType {
   LinphoneXmlRpcArgNone,
   LinphoneXmlRpcArgInt,
   LinphoneXmlRpcArgString,
   LinphoneXmlRpcArgStringStruct
   LinphoneXmlRpcArgString
} LinphoneXmlRpcArgType;
/**
@@ -1236,11 +1222,5 @@
 * @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_ */