Yaaf.Xmpp.IM


PresenceType

Defined in Yaaf.Xmpp.IM.dll.

Union Cases

Union CaseDescription
Error
Signature:
An error has occurred regarding processing or delivery of a previously-sent presence stanza.
Probe
Signature:
A request for an entity's current presence; SHOULD be generated only by a server on behalf of a user.
Subscribe
Signature:
The sender wishes to subscribe to the recipient's presence.
Subscribed
Signature:
The sender has allowed the recipient to receive their presence.
Unavailable
Signature:
Signals that the entity is no longer available for communication.
Unsubscribe
Signature:
The sender is unsubscribing from another entity's presence.
Unsubscribed
Signature:
The subscription request has been denied or a previously-granted subscription has been cancelled.

Instance members

Instance memberDescription
XmlString
Signature: string

Static members

Static memberDescription
Parse(s)
Signature: s:string -> PresenceType
Fork me on GitHub