Yaaf.Xmpp.Runtime


SaslParsing

Defined in Yaaf.Xmpp.Runtime.dll.

Nested types and modules

TypeDescription
SASLCommand

Functions and values

Function or valueDescription
checkIfSaslFeature elem
Signature: elem:XElement -> string list option
createAnnouncementElement mechList
Signature: mechList:seq<string> -> XElement
createSaslCommandElement sasl
Signature: sasl:SASLCommand -> XElement
parseSaslCommand elem
Signature: elem:XElement -> SASLCommand
parseSaslFailure s
Signature: s:string -> SaslFailure
saslNS
Signature: string
writeSaslFailure t
Signature: t:SaslFailure -> string
Fork me on GitHub