FriendCapability
public struct FriendCapability : OptionSet
Enum describing the capabilities of a Friend, populated through presence///subscribe/notify process.
-
Declaration
Swift
public let rawValue: Int -
Declaration
Swift
public init(rawValue: Int) -
No capabilities populated.
Declaration
Swift
public static let None: FriendCapability -
This friend can be invited in a Flexisip backend
ChatRoom.Declaration
Swift
public static let GroupChat: FriendCapability -
This friend can be invited in a Flexisip backend end-to-end encrypted
ChatRoom.Declaration
Swift
public static let LimeX3Dh: FriendCapability -
This friend is able to delete ephemeral messages once they have expired.
Declaration
Swift
public static let EphemeralMessages: FriendCapability
FriendCapability Structure Reference