PresenceBasicStatus

public enum PresenceBasicStatus : Int

Basic status as defined in section 4.1.4 of RFC 3863.

  • This value means that the associated contact element, if any, is ready to accept communication.

    Declaration

    Swift

    case Open = 0
  • This value means that the associated contact element, if any, is unable to accept communication.

    Declaration

    Swift

    case Closed = 1