Yaaf.Xmpp.Runtime


XmppSetup

Defined in Yaaf.Xmpp.Runtime.dll.

Functions and values

Function or valueDescription
addComponentCore
Signature: ClientSetup -> ClientSetup
AddComponentCore setup
Signature: setup:ClientSetup -> ClientSetup
Sets the corresponsing feature configs from the given Connection informations
addS2SCore
Signature: ClientSetup -> ClientSetup
AddS2SCore setup
Signature: setup:ClientSetup -> ClientSetup
Sets the corresponsing feature configs from the given Connection informations
addServerInfoClient (...)
Signature: cert:ServerCertificateData option -> loginProviders:IServerMechanism list -> resourceManager:IResourceManager -> setup:ClientSetup -> ClientSetup
AddServerInfoClient (...)
Signature: (setup:ClientSetup * cert:ServerCertificateData option * loginProviders:IServerMechanism list * resourceManager:IResourceManager) -> ClientSetup
Sets the corresponsing feature configs from the given Connection informations
addServerInfoComponent components setup
Signature: components:ComponentConfig list -> setup:ClientSetup -> ClientSetup
AddServerInfoComponent (...)
Signature: (setup:ClientSetup * components:ComponentConfig list) -> ClientSetup
Sets the corresponsing feature configs from the given Connection informations
addServerInfoServer init cert setup
Signature: init:bool -> cert:ServerCertificateData option -> setup:ClientSetup -> ClientSetup
AddServerInfoServer (setup, init, cert)
Signature: (setup:ClientSetup * init:bool * cert:ServerCertificateData option) -> ClientSetup
Sets the corresponsing feature configs from the given Connection informations
addXmppServerPlugin
Signature: ClientSetup -> ClientSetup
AddXmppServerPlugin setup
Signature: setup:ClientSetup -> ClientSetup
Sets the corresponsing feature configs from the given Connection informations
Fork me on GitHub