Edit

Share via


ExpiryPolicy Enum

Definition

Expiry Type indicates the lifetime of a particular presence publication.

public enum class ExpiryPolicy
public enum ExpiryPolicy
type ExpiryPolicy = 
Public Enum ExpiryPolicy
Inheritance
ExpiryPolicy

Fields

Custom 4

Custom expiry type signifies a custom expiry type.

Endpoint 0

Endpoint expiry type signifies that the publication is valid as long as the endpoint remains registered.

Persistent 1

Endpoint expiry type signifies that the publication is persistent and doesn't expire after all endpoint for this user unregisters.

Time 3

Time expiry signifies a time bound publication, where publication expires with specified time.

Undefined 5

Expiry type is not defined

User 2

User expiry type signifies that the publication is valid until at least one of the endpoints for this user is registered.

Applies to