Yaaf.Xmpp.Runtime


ParsingBind

Defined in Yaaf.Xmpp.Runtime.dll.

Functions and values

Function or valueDescription
bindContentGenerator
Signature: ContentGenerator<BindElement>
bindNs
Signature: string
checkIfBind elem
Signature: elem:XElement -> unit option
createAnnouncementElement ()
Signature: unit -> XElement
createBindContentElement command
Signature: command:BindElement -> XElement
createBindElement id command
Signature: id:string -> command:BindElement -> Stanza<BindElement>
isBindElement ns elem
Signature: ns:string -> elem:XElement -> bool
isContentBind stanza
Signature: stanza:Stanza -> bool
parseBindCommand ns elem
Signature: ns:string -> elem:XElement -> Stanza<BindElement>
parseContentBind stanza
Signature: stanza:Stanza -> BindElement
Fork me on GitHub