Yaaf.Xmpp.ServiceDiscovery


IDiscoService

Defined in Yaaf.Xmpp.ServiceDiscovery.dll.

Instance members

Instance memberDescription
RegisterDiscoItem(arg1, arg2)
Signature: (NodePath * DiscoItem) -> unit
Modifiers: abstract
RegisterFeatureItem(arg1, arg2)
Signature: (NodePath * FeatureItemInfo) -> unit
Modifiers: abstract
RegisterIdentityItem(arg1, arg2)
Signature: (NodePath * IdentityItemInfo) -> unit
Modifiers: abstract
RequestDiscoInfos(arg1, arg2)
Signature: (JabberId * NodePath) -> Async<InfoResult * NodePath>
Modifiers: abstract
RequestDiscoItems(arg1, arg2)
Signature: (JabberId * NodePath) -> Async<ItemsResult * NodePath>
Modifiers: abstract
Fork me on GitHub