Yaaf.Xmpp.IM


Parsing

Defined in Yaaf.Xmpp.IM.dll.

Functions and values

Function or valueDescription
addDelayInfo delay stanza
Signature: delay:DelayInfo -> stanza:Stanza<'?6848> -> Stanza<'?6848>
Type parameters: '?6848
addDelayInfoRaw delay stanza
Signature: delay:DelayInfo -> stanza:Stanza -> Stanza
createDelayInfoElem delay
Signature: delay:DelayInfo -> XElement
delayNs
Signature: string
hasContentDelay stanza
Signature: stanza:IStanza -> bool
parseDelayItem elem
Signature: elem:XElement -> DelayInfo
tryFindDelayElem children
Signature: children:seq<XElement> -> XElement option
tryFindDelayItem children
Signature: children:seq<XElement> -> DelayInfo option
tryGetDelayElem stanza
Signature: stanza:IStanza -> XElement option
tryGetDelayItem stanza
Signature: stanza:IStanza -> DelayInfo option
Fork me on GitHub