Yaaf.Xmpp.IM


PresenceProcessingType

Defined in Yaaf.Xmpp.IM.dll.

Union Cases

Union CaseDescription
DenySubscriptionRequestOrCancelSubscription
Signature:
If a contact would like to cancel a subscription that it has previously granted to a user, to cancel a subscription pre-approval (Section 3.4), or to deny a subscription request, it sends a presence stanza of type "unsubscribed".
PresenceProbe
Signature:
Used to discover presence information on other servers
StatusInfo(PresenceStatus)
Signature: PresenceStatus
Used to set the status of a user
SubscriptionApproval
Signature:
A "subscription approval" is a approve from a contact to a user to permanently subscribe to the contact's presence information; syntactically it is a presence stanza whose 'type' attribute has a value of "subscribed".
SubscriptionRequest
Signature:
A "subscription request" is a request from a user for authorization to permanently subscribe to a contact's presence information; syntactically it is a presence stanza whose 'type' attribute has a value of "subscribe".
Unsubscribe
Signature:
If a user would like to unsubscribe from a contact's presence, it sends a presence stanza of type "unsubscribe".
Fork me on GitHub