Yaaf.Xmpp.Runtime


IResourceManager

Defined in Yaaf.Xmpp.Runtime.dll.
This interface is required to check if the requested resource is already connected, and to disconnect other resources if required

Instance members

Instance memberDescription
Disconnect(arg1)
Signature: JabberId -> Async<unit>
Modifiers: abstract
Disconnect the given jabberid, so the resource is free again
GenerateResourceId(arg1)
Signature: JabberId -> JabberId
Modifiers: abstract
Generate a new jabberid resource string
IsConnected(arg1)
Signature: JabberId -> Async<bool>
Modifiers: abstract
Check if the given jabberid is already connected
Fork me on GitHub