Yaaf.Xmpp.Runtime


XmppServer

Defined in Yaaf.Xmpp.Runtime.dll.
Represents a simple server implementation This type takes care of connected resources, specified in XMPP.Core

Constructors

ConstructorDescription
new(c)
Signature: c:ServerSetup -> XmppServer

Instance members

Instance memberDescription
add_Errors(arg1)
Signature: EventHandler<exn> -> unit
CancelToken
Signature: CancellationToken
ClientConnected(streamType stream)
Signature: streamType:StreamType -> stream:IStreamManager -> Async<unit>
Components
Signature: ConnectedComponent list
ConnectionManager
Signature: IServerApiConnectionManager
Delivery
Signature: IStanzaDelivery
Domain
Signature: string
Errors
Signature: IEvent<EventHandler<exn>,exn>
PluginManager
Signature: IServicePluginManager<IServerPlugin>
remove_Errors(arg1)
Signature: EventHandler<exn> -> unit
Shutdown(force)
Signature: force:bool -> Async<unit>
Fork me on GitHub