Yaaf.Xmpp.IM


IImServerService

Defined in Yaaf.Xmpp.IM.dll.
The IImServerService represents the service provided by the UNRESOLVED(IMServerPlugin) plugin.

Instance members

Instance memberDescription
CurrentPresence
Signature: PresenceStanza option
Modifiers: abstract
None when the resource is not available, and the current presence stanza when the resource is available (see XMPP-IM for details)
InterestedResource
Signature: bool
Modifiers: abstract
True when the current resource is an 'interested' resource (see XMPP-IM for details)
StatusChanged
Signature: IObservable<PresenceStanza option * bool>
Modifiers: abstract
Notification when the status changes, the boolean indicates whether this is an initial presence.
Fork me on GitHub