Yaaf.Xmpp.Runtime


InterfaceExtensions

Defined in Yaaf.Xmpp.Runtime.dll.

Nested types and modules

TypeDescription
Pipeline<'a>
RuntimeConfig
ModuleDescription
Kernel
Pipeline

Type extensions

Type extensionDescription
Default
Signature: IRuntimeConfig
Default
Signature: IRuntimeConfig
Modifiers: abstract
Empty
Signature: IXmppPluginConfig
Empty
Signature: IXmppPluginConfig
Modifiers: abstract
FailwithStream(err)
Signature: err:StreamErrorException -> Async<unit>
Like CloseStream, however before closing the xmpp stream the given error is sent.
FromInstance(instance)
Signature: instance:obj -> seq<IService>
Type parameters: 'tservice
FromTuple(tuple)
Signature: (tuple:(Type * obj)) -> IService
FromTupleOption(tuple)
Signature: (tuple:(Type * '?7476)) -> seq<IService>
Type parameters: '?7476
GetWithDefault(f def)
Signature: (f:('a -> 'b)) -> def:'b -> 'b
Type parameters: 'a, 'b
HasNot()
Signature: unit -> bool
Type parameters: 'a
IsC2sClient
Signature: bool
IsC2sClient
Signature: bool
Modifiers: abstract
IsServerSide
Signature: bool
IsServerSide
Signature: bool
Modifiers: abstract
QueueMessage(msg)
Signature: msg:StreamElement -> unit
ReadElement()
Signature: unit -> Async<StreamElement>
StreamNamespace
Signature: string
StreamNamespace
Signature: string
Modifiers: abstract
StreamOpened()
Signature: unit -> Async<unit>
Fork me on GitHub