Defines the possible values for the subscription state of a roster item.

Namespace: S22.Xmpp.Im
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum SubscriptionState

Members

Member nameValueDescription
None0 The user does not have a subscription to the contact's presence information, and the contact does not have a subscription to the user's presence information.
To1 The user has a subscription to the contact's presence information, but the contact does not have a subscription to the user's presence information.
From2 The contact has a subscription to the user's presence information, but the user does not have a subscription to the contact's presence information.
Both3 Both the user and the contact have subscriptions to each other's presence information.

See Also