Yaaf.Xmpp.IM


SubscriptionType

Defined in Yaaf.Xmpp.IM.dll.

Union Cases

Union CaseDescription
Both
Signature:
the user and the contact have subscriptions to each other's presence (also called a "mutual subscription")
From
Signature:
the contact has a subscription to the user's presence, but the user does not have a subscription to the contact's presence
SubsNone
Signature:
the user does not have a subscription to the contact's presence, and the contact does not have a subscription to the user's presence; this is the default value, so if the subscription attribute is not included then the state is to be understood as "none"
To
Signature:
the user has a subscription to the contact's presence, but the contact does not have a subscription to the user's presence

Instance members

Instance memberDescription
AddFrom()
Signature: unit -> SubscriptionType
AddTo()
Signature: unit -> SubscriptionType
HasFrom
Signature: bool
HasTo
Signature: bool
RemoveFrom()
Signature: unit -> SubscriptionType
RemoveTo()
Signature: unit -> SubscriptionType
XmlString
Signature: string

Static members

Static memberDescription
OnOption(f o)
Signature: (f:(SubscriptionType -> '?6356)) -> (o:SubscriptionType option) -> '?6356
Type parameters: '?6356
Parse(s)
Signature: s:string -> SubscriptionType
Fork me on GitHub