Defines the possible values for the subscription state of a roster item.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public enum SubscriptionState |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | 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. | |
To | 1 | 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. | |
From | 2 | 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. | |
Both | 3 | Both the user and the contact have subscriptions to each other's presence information. |